From 2a9054cfd6780b648a195f964e54ca59147b5b7d Mon Sep 17 00:00:00 2001 From: Wojciech Matyjewicz Date: Tue, 12 Feb 2008 15:10:35 +0000 Subject: [PATCH] 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 --- test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1