InstrProf: Cleanup binary profdata testcase
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / dont-hoist-simple-loop-constants.ll
index 52095070ae0aefc1fdfe899193453386423d6541..f7a82f6616d2055b7e54563688ac3f765d0478d0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | \
-; RUN:   not grep {bitcast i32 1 to i32}
+; RUN: opt < %s -loop-reduce -S | \
+; RUN:   not grep "bitcast i32 1 to i32"
 ; END.
 ; The setlt wants to use a value that is incremented one more than the dominant
 ; IV.  Don't insert the 1 outside the loop, preventing folding it into the add.