Generalize ownership/passing semantics to allow dsymutil to own abbreviations via...
[oota-llvm.git] / test / CodeGen / ARM / fusedMAC.ll
index e29f291dc2c51fd882602d4ef734eda458775594..6f6cdc11491e88916ad05218fbfaa92058959d85 100644 (file)
@@ -144,7 +144,7 @@ entry:
 define float @test_fnms_f32(float %a, float %b, float* %c) nounwind readnone ssp {
 ; CHECK: test_fnms_f32
 ; CHECK: vfnms.f32
-  %tmp1 = load float* %c, align 4
+  %tmp1 = load float, float* %c, align 4
   %tmp2 = fsub float -0.0, %tmp1
   %tmp3 = tail call float @llvm.fma.f32(float %a, float %b, float %tmp2) nounwind readnone
   ret float %tmp3