Fix spacing in the grep line for this test, following the recent
authorDan Gohman <gohman@apple.com>
Tue, 16 Sep 2008 01:37:08 +0000 (01:37 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 16 Sep 2008 01:37:08 +0000 (01:37 +0000)
SCEV-whitespace changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56234 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll

index 3f88b0130f95cbb88819ca6722798c5319cf6c90..119e165917820c67ae41b1ade7f6e31f688dcb06 100644 (file)
@@ -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) {