implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / Analysis / ScalarEvolution / trip-count.ll
index 671aba574c8a6aa19ee989f9703e4d05b321d9cd..d750d4a1f37725e4f729ccffcdb22464e0a4634d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | \
-; RUN:   grep '10000 iterations'
+; RUN: opt < %s -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 10000}
 ; PR1101
 
 @A = weak global [1000 x i32] zeroinitializer, align 32