Improve testcase portability on OS/X

llvm-svn: 10337
This commit is contained in:
Chris Lattner 2003-12-09 16:48:24 +00:00
parent db677331f2
commit 9c9240447b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C 1 Loop: | grep Canonical
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep Canonical
; The indvar simplification code should ensure that the first PHI in the block
; is the canonical one!