Fix this test in a slightly more obvious way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-15 07:37:04 +00:00
parent b0feffae1d
commit a20c22f190

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
; RUN: grep {ret i32 \045storemerge} | wc -l | grep 2
; RUN: grep {ret i32 %.toremerge} | wc -l | grep 2
;; Simple sinking tests
; "if then else"