strengthen this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-01-28 19:29:30 +00:00
parent f7eef6811c
commit 6c8e35fd97

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: