Fix mistyped CHECK lines.
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2008-05-16-PHIBlockMerge.ll
index 59e886b2ddbe546c222e256c3b5cfd4d638f6f87..56f43b64f74e61cfb2eed39244264f2f78e80ec1 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -simplifycfg -S > %t
 ; RUN: not grep {^BB.tomerge} %t
-; RUN  grep {^BB.nomerge} %t | count 2
+; RUN: grep {^BB.nomerge} %t | count 2
 
 ; ModuleID = '<stdin>' 
 declare i1 @foo()