Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-02-12-SMAXTripCount.ll
index 74e826847b35376b7c54f8711b089a4f5133b7ab..ce0329d9ce8c94d3324f2232d4893a3525ea5386 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop loop: (100 + (-100 smax %n)) iterations!}
+; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
 ; PR2002
 
+; CHECK: Loop %loop: backedge-taken count is (100 + (-100 smax %n))
 define void @foo(i8 %n) {
 entry:
        br label %loop