Return undef on FP <-> Int conversions that overflow (PR21330).
[oota-llvm.git] / test / Transforms / SimplifyCFG / duplicate-phis.ll
index 5129f9fb6d2f63cc5fa52352fe4b20819fc2d194..4788406fc0f3e7f5120dc35d9cbe1767a7cec22f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -simplifycfg -S | grep { = phi } | count 1
+; RUN: opt < %s -instcombine -simplifycfg -S | grep " = phi " | count 1
 
 ; instcombine should sort the PHI operands so that simplifycfg can see the
 ; duplicate and remove it.