Merging r259798, r259835:
[oota-llvm.git] / test / Transforms / Reassociate / mixed-fast-nonfast-fp.ll
index 8ca0ff655f36dc6b36bf3ed6d855ea096fb1f0f6..f51c0c17fe7d2f8c8c6690727e2cc1837454a7bf 100644 (file)
@@ -3,9 +3,9 @@
 define float @foo(float %a,float %b, float %c) {
 ; CHECK: %mul3 = fmul float %a, %b
 ; CHECK-NEXT: fmul fast float %c, 2.000000e+00
-; CHECK-NEXT: fadd fast float %b, %factor
-; CHECK-NEXT: fmul fast float %a, %tmp1
-; CHECK-NEXT: fadd fast float %mul3, %tmp2
+; CHECK-NEXT: fadd fast float %factor, %b
+; CHECK-NEXT: fmul fast float %tmp1, %a
+; CHECK-NEXT: fadd fast float %tmp2, %mul3
 ; CHECK-NEXT: ret float
   %mul1 = fmul fast float %a, %c
   %mul2 = fmul fast float %a, %b