diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-16 01:37:08 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-16 01:37:08 +0000 |
commit | 78a38db4ab6b5212a2392c4980eb7ca8c14ec45e (patch) | |
tree | f8b40a710d8c2cfa7c25e453c5094d73e44ca109 /test/Analysis/ScalarEvolution | |
parent | 6fa5bce037481789f129417338cbe38eed1b31b0 (diff) | |
download | external_llvm-78a38db4ab6b5212a2392c4980eb7ca8c14ec45e.zip external_llvm-78a38db4ab6b5212a2392c4980eb7ca8c14ec45e.tar.gz external_llvm-78a38db4ab6b5212a2392c4980eb7ca8c14ec45e.tar.bz2 |
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
Diffstat (limited to 'test/Analysis/ScalarEvolution')
-rw-r--r-- | test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll | 2 |
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 3f88b01..119e165 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) { |