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 | 162568842e7695a2f816a15daa4a571002d4de73 (patch) | |
| tree | 46dd0c6f7ebc5ee3299a542aab8afa6b6832cb61 /llvm | |
| parent | c5d2892e62203e4701bb7807af8f8ef121fab6fb (diff) | |
| download | bcm5719-llvm-162568842e7695a2f816a15daa4a571002d4de73.tar.gz bcm5719-llvm-162568842e7695a2f816a15daa4a571002d4de73.zip | |
Fix spacing in the grep line for this test, following the recent
SCEV-whitespace changes.
llvm-svn: 56234
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll b/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll index 3f88b0130f9..119e1659178 100644 --- a/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll +++ b/llvm/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) { |

