summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-16 01:37:08 +0000
committerDan Gohman <gohman@apple.com>2008-09-16 01:37:08 +0000
commitc7e42fd5b2edf6f72910addc1466bae5f36744e7 (patch)
treef8b40a710d8c2cfa7c25e453c5094d73e44ca109
parentfb2bbbe78674a34e5ec2ec6f8c566ac5cbb26154 (diff)
downloadllvm-c7e42fd5b2edf6f72910addc1466bae5f36744e7.tar.gz
llvm-c7e42fd5b2edf6f72910addc1466bae5f36744e7.tar.bz2
llvm-c7e42fd5b2edf6f72910addc1466bae5f36744e7.tar.xz
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
-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 3f88b0130f..119e165917 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) {