Return undef on FP <-> Int conversions that overflow (PR21330).
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2008-05-16-PHIBlockMerge.ll
index 59e886b2ddbe546c222e256c3b5cfd4d638f6f87..13ccad6a1eeb8c5c00ee007a8952405983c05015 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: not grep "^BB.tomerge" %t
+; RUN: grep "^BB.nomerge" %t | count 2
 
 ; ModuleID = '<stdin>' 
 declare i1 @foo()