aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/uitofp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/uitofp.ll')
-rw-r--r--test/CodeGen/Mips/uitofp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/uitofp.ll b/test/CodeGen/Mips/uitofp.ll
index aff70c2..83c2069 100644
--- a/test/CodeGen/Mips/uitofp.ll
+++ b/test/CodeGen/Mips/uitofp.ll
@@ -5,7 +5,7 @@ entry:
%b = alloca i32, align 4
%a = alloca float, align 4
store volatile i32 1, i32* %b, align 4
- %0 = load volatile i32* %b, align 4
+ %0 = load volatile i32, i32* %b, align 4
%conv = uitofp i32 %0 to float
store float %conv, float* %a, align 4
ret void