aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/mul.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/mul.ll')
-rw-r--r--test/CodeGen/Mips/mul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/mul.ll b/test/CodeGen/Mips/mul.ll
index 4ce801b..3231f9c 100644
--- a/test/CodeGen/Mips/mul.ll
+++ b/test/CodeGen/Mips/mul.ll
@@ -6,8 +6,8 @@
define void @test() nounwind {
entry:
- %0 = load i32* @iiii, align 4
- %1 = load i32* @jjjj, align 4
+ %0 = load i32, i32* @iiii, align 4
+ %1 = load i32, i32* @jjjj, align 4
%mul = mul nsw i32 %1, %0
; 16: mult ${{[0-9]+}}, ${{[0-9]+}}
; 16: mflo ${{[0-9]+}}