At Chris' suggestion, move the liveness and worklist datastructures into
[oota-llvm.git] / test / Transforms / IndVarsSimplify / 2007-01-06-TripCount.ll
index 6e459308824380fc8731bb515a223f72a17c07ee..dd151e84d00e78055515c9fbad8448fb51e8eccc 100644 (file)
@@ -1,13 +1,11 @@
-; RUN: llvm-as < %s | opt -indvars -disable-output &&
-; RUN: llvm-as < %s | opt -indvars | llvm-dis | not grep 'ret i32 0'
 ; PR1015
+; RUN: llvm-as < %s | opt -indvars | llvm-dis | not grep {ret i32 0}
 
 target datalayout = "e-p:32:32"
 target triple = "i686-apple-darwin8"
 @foo = internal constant [5 x i8] c"\00abc\00"         ; <[5 x i8]*> [#uses=1]
 @str = internal constant [4 x i8] c"%d\0A\00"          ; <[4 x i8]*> [#uses=1]
 
-implementation   ; Functions:
 
 define i32 @test(i32 %J) {
 entry: