summaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-11-29 02:05:23 +0000
committerAndrew Trick <atrick@apple.com>2011-11-29 02:05:23 +0000
commitd2b5e2dd448c80601ca33decf2c9c24e12b7229c (patch)
treefac45eb6d36f3590d74fae6afbed603faf2726a7 /test/Analysis
parente6e736253358960b04a7bfd072623dee77affb16 (diff)
downloadexternal_llvm-d2b5e2dd448c80601ca33decf2c9c24e12b7229c.zip
external_llvm-d2b5e2dd448c80601ca33decf2c9c24e12b7229c.tar.gz
external_llvm-d2b5e2dd448c80601ca33decf2c9c24e12b7229c.tar.bz2
Filecheckize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll b/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
index 4f14a0d..ce0329d 100644
--- a/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
+++ b/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
@@ -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