Improve testcase portability on OS/X
authorChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 16:48:24 +0000 (16:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 16:48:24 +0000 (16:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10337 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll

index 64c1051f34f39685fdc0c28d5e0a856c114eb830..a1d53192d8b7b829500a65c494d3165091e15705 100644 (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!