implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-08-04-IVOverflow.ll
index afea1bca122256941335d9a4eb68e6118ac7a265..3b31d797cf4885cad9f2cf1569824fc63ace6db3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output \
-; RUN:   -scalar-evolution-max-iterations=0 | grep -F "Exits: 20028"
+; RUN: opt < %s -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | FileCheck %s
 ; PR2621
 
 define i32 @a() nounwind  {
@@ -23,3 +23,5 @@ bb2:
        ret i32 %4
 }
 
+; CHECK: Exits: 20028
+