strengthen this test.

llvm-svn: 63222
This commit is contained in:
Chris Lattner 2009-01-28 19:29:30 +00:00
parent 36ccb30a35
commit 1498e62117
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
; RUN: not grep alloca
; END.
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {load <4 x float>}
define void @test(<4 x float>* %F, float %f) {
entry: