strengthen this test.
authorChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2009 19:29:30 +0000 (19:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2009 19:29:30 +0000 (19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63222 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ScalarRepl/vector_promote.ll

index ec22f6464b456b9c7d3d500ee428d0a9cd0f1235..d1d11e2293687c8b12409f82a5b6a9f80bd6a12f 100644 (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: