Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Other / 2007-06-28-PassManager.ll
index b0d83d0a0c6c90c2aa8d9e34632b8206b5438592..0ed275948dba3c9fdc6bf70fc88dfadacb836dc0 100644 (file)
@@ -1,5 +1,7 @@
-; RUN:  llvm-as < %s |  opt -analyze -inline -disable-output
-; PR 1526
+; RUN: opt < %s -analyze -inline
+; PR1526
+; RUN: opt < %s -analyze -indvars
+; PR1539
 define i32 @test1() {
-       ret i32 0;
+       ret i32 0
 }