From: Wojciech Matyjewicz Date: Tue, 12 Feb 2008 15:10:35 +0000 (+0000) Subject: Change negative grep into positive one in my yesterday's testcase. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2a9054cfd6780b648a195f964e54ca59147b5b7d;p=oota-llvm.git 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 --- diff --git a/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll b/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll index 3cdb1e3c768..e191b35c498 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: