Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-05-25-NegativeStepToZero.ll
index 7778156d6473cf1dd163e7d0bfaf1402e0028eb1..13852d45652a485704922e53b00fd2e15b23b978 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {61 iterations}
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 61}
 ; PR2364
 
 define i32 @func_6() nounwind  {