Improve testcase portability on OS/X
[oota-llvm.git] / 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!