Merging r261258:
[oota-llvm.git] / test / Transforms / IndVarSimplify / loop_evaluate_6.ll
index 35fbf52b7ef073ff0e329a569efaf3b31d3e320d..af01fe53864bfd4ffc1d0c5f6051636d594b7b9a 100644 (file)
@@ -1,7 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars -loop-deletion | llvm-dis | grep phi | count 1
-
-; Indvars should be able to evaluate this loop, allowing loop deletion
-; to delete it.
+; RUN: opt < %s -indvars -loop-deletion -S | grep phi | count 1
 
 define i32 @test(i32 %x_offs) nounwind readnone {
 entry: