aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:10:35 +0000
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:10:35 +0000
commit3b2bd24be16c4413d1ab172c29d4efb00455a643 (patch)
treeea9628629dc5f356611c636835a6486c539652af /test
parenta5718fc3ad7af8dc39f557e55881e365d56c550f (diff)
downloadexternal_llvm-3b2bd24be16c4413d1ab172c29d4efb00455a643.zip
external_llvm-3b2bd24be16c4413d1ab172c29d4efb00455a643.tar.gz
external_llvm-3b2bd24be16c4413d1ab172c29d4efb00455a643.tar.bz2
Change negative grep into positive one in my yesterday's testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll b/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
index 3cdb1e3..e191b35 100644
--- a/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
+++ b/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze | not grep Unpredictable
+; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop header: ( 0 smax %n) iterations!}
define void @foo(i32 %n) {
entry: