test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2007-07-15-NegativeStride.ll
index bf27e7753538ca30d3c668957de97463a505ec66..7ff130f201bd186fa5bad55d36a65a477558417f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output \
-; RUN:   -scalar-evolution-max-iterations=0 | grep {Loop bb: backedge-taken count is 100}
+; RUN: opt < %s -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | grep {Loop %bb: backedge-taken count is 100}
 ; PR1533
 
 @array = weak global [101 x i32] zeroinitializer, align 32             ; <[100 x i32]*> [#uses=1]