Filecheckize.
authorAndrew Trick <atrick@apple.com>
Tue, 29 Nov 2011 02:05:23 +0000 (02:05 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 29 Nov 2011 02:05:23 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145363 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll

index 4f14a0d9a5ea6a1c4e9561cb60bee25a62e0ed87..ce0329d9ce8c94d3324f2232d4893a3525ea5386 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: opt < %s -scalar-evolution -analyze | grep {Loop %loop: backedge-taken count is (100 + (-100 smax %n))}
+; 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