Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to...
[oota-llvm.git] / test / Other / 2008-02-14-PassManager.ll
index 985e1908ef08476ca6ed531565520a5be6b4759c..bdaf9330d23831d971e299f744cf81888ec16001 100644 (file)
@@ -1,5 +1,5 @@
-; RUN:  llvm-as < %s |  opt -loop-unroll -loop-rotate -simplifycfg -disable-output
-; PR 2028
+; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
+; PR2028
 define i32 @test1() {
-       ret i32 0;
+       ret i32 0
 }