diff options
-rw-r--r-- | test/Transforms/ScalarRepl/vector_promote.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Transforms/ScalarRepl/vector_promote.ll b/test/Transforms/ScalarRepl/vector_promote.ll index ec22f64..d1d11e2 100644 --- a/test/Transforms/ScalarRepl/vector_promote.ll +++ b/test/Transforms/ScalarRepl/vector_promote.ll @@ -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: |