Cosmetic changes.
[oota-llvm.git] / test / Other / 2007-06-28-PassManager.ll
index f097f59d1c2d752904d10d6cbc96e4d46260f3e0..0ed275948dba3c9fdc6bf70fc88dfadacb836dc0 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt < %s -analyze -inline -disable-output
+; RUN: opt < %s -analyze -inline
 ; PR1526
-; RUN: opt < %s -analyze -indvars -disable-output
+; RUN: opt < %s -analyze -indvars
 ; PR1539
 define i32 @test1() {
-       ret i32 0;
+       ret i32 0
 }