Keep lines a reasonable length.

llvm-svn: 36043
This commit is contained in:
Reid Spencer 2007-04-15 04:54:53 +00:00
parent 610e1240ed
commit d025c07cce
1 changed files with 2 additions and 1 deletions

View File

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