Change negative grep into positive one in my yesterday's testcase.
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Tue, 12 Feb 2008 15:10:35 +0000 (15:10 +0000)
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Tue, 12 Feb 2008 15:10:35 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47008 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll

index 3cdb1e3c768fb521ce3601d943a9f71f503f304a..e191b35c49824c5e08513c6b274be681431008ff 100644 (file)
@@ -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: