Split the Add, Sub, and Mul instruction opcodes into separate
[oota-llvm.git] / test / CodeGen / X86 / peep-test-0.ll
index a95b56404438615be091f8328350b04a8e407b29..8dcd23ae735dfd67a13334c1be4298a97ee93751 100644 (file)
@@ -11,7 +11,7 @@ bb:
        %i.03 = add i64 %indvar, %n
        %0 = getelementptr double* %d, i64 %i.03
        %1 = load double* %0, align 8
-       %2 = mul double %1, 3.000000e+00
+       %2 = fmul double %1, 3.000000e+00
        store double %2, double* %0, align 8
        %indvar.next = add i64 %indvar, 1
        %exitcond = icmp eq i64 %indvar.next, 0