Split the Add, Sub, and Mul instruction opcodes into separate
[oota-llvm.git] / test / Transforms / InstCombine / dce-iterate.ll
index e222970df6d841120a8b8ced9f80b9954ff8446d..faefa8add9ec3e4a4805b5cd5af27a00af656bd5 100644 (file)
@@ -18,7 +18,7 @@ entry:
         %c = lshr i960 %sz101112.ins, 320               ; <i960> [#uses=1]
         %d = trunc i960 %c to i64               ; <i64> [#uses=1]
         %e = bitcast i64 %d to double           ; <double> [#uses=1]
-        %f = add double %b, %e
+        %f = fadd double %b, %e
 
         ret double %e
 }