Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expre...
[oota-llvm.git] / test / Transforms / InstCombine / pr2645-0.ll
index 04cc1852cb2a8bed862746eb3175393f65ab1ef4..e8aeb2afb9cf2f6bf46052dcaddd42c3bc64b7c5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {insertelement <4 x float> undef}
+; RUN: opt < %s -instcombine -S | grep "insertelement <4 x float> undef"
 
 ; Instcombine should be able to prove that none of the
 ; insertelement's first operand's elements are needed.