Fix spacing in the grep line for this test, following the recent

SCEV-whitespace changes.

llvm-svn: 56234
This commit is contained in:
Dan Gohman 2008-09-16 01:37:08 +00:00
parent 54ef20348e
commit 64622ff4d6

View 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) {