[Hexagon] Update AnalyzeBranch, etc target hooks
[oota-llvm.git] / test / CodeGen / Hexagon / fsub.ll
index 07c866f4c2e2e80c2d5bc3e26579f5336a5eaa1c..ca7bdc4d0b38b98e9aa3cc1b8938f651ad051cd0 100644 (file)
@@ -10,8 +10,8 @@ entry:
   %c = alloca float, align 4
   store float 0x402ECCCCC0000000, float* %a, align 4
   store float 0x4022333340000000, float* %b, align 4
-  %0 = load float* %b, align 4
-  %1 = load float* %a, align 4
+  %0 = load float, float* %b, align 4
+  %1 = load float, float* %a, align 4
   %sub = fsub float %0, %1
   store float %sub, float* %c, align 4
   ret i32 0