fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / Transforms / ConstProp / div-zero.ll
index e96061d3b69bcde08df4d96c76e9ce74d43fbc94..f78a34fe703d6d83120e62ab9d5ce73b4202aee5 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()