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 166c643dcc9997e259f9ce3097a72e519cd373dd..a2c59d3c002a7f57b557ee680128f66779787b8a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i32 0}
+; RUN: opt < %s -instcombine -S | grep "ret i32 0"
 ; PR4424
 declare void @ext()