Revert r188449 as it turns out we're just missing the instructions that need the...
[oota-llvm.git] / test / Transforms / ConstProp / div-zero.ll
index e96061d3b69bcde08df4d96c76e9ce74d43fbc94..a2c59d3c002a7f57b557ee680128f66779787b8a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {ret i32 0}
+; RUN: opt < %s -instcombine -S | grep "ret i32 0"
 ; PR4424
 declare void @ext()