X86: Align the stack on word boundaries in LowerFormalArguments()
[oota-llvm.git] / test / CodeGen / X86 / peep-test-0.ll
index a95b56404438615be091f8328350b04a8e407b29..e521d8e37854c1cc02fd778fb4f6287bcc1884d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 > %t
+; RUN: llc < %s -march=x86-64 > %t
 ; RUN: not grep cmp %t
 ; RUN: not grep test %t
 
@@ -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