Update test to reflect command line option name change.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2007-07-15-NegativeStride.ll
index 056368f9195287d29800b03a3a5177ad3564dbb4..b38db50c4c3761422d41184f9c8d8382c4d19c7b 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {Loop bb:  100 iterations}
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | grep {Loop bb: 100 iterations}
 ; PR1533
 
 @array = weak global [101 x i32] zeroinitializer, align 32             ; <[100 x i32]*> [#uses=1]