From: Dan Gohman Date: Tue, 16 Sep 2008 01:37:08 +0000 (+0000) Subject: Fix spacing in the grep line for this test, following the recent X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c7e42fd5b2edf6f72910addc1466bae5f36744e7;p=oota-llvm.git Fix spacing in the grep line for this test, following the recent SCEV-whitespace changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56234 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 3f88b0130f9..119e1659178 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 | grep {Loop header: ( 0 smax %n) iterations!} +; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop header: (0 smax %n) iterations!} ; XFAIL: * define void @foo(i32 %n) {