aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/divrem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/divrem.ll')
-rw-r--r--test/CodeGen/Mips/divrem.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/divrem.ll b/test/CodeGen/Mips/divrem.ll
index a9cfe0f..918db05 100644
--- a/test/CodeGen/Mips/divrem.ll
+++ b/test/CodeGen/Mips/divrem.ll
@@ -220,8 +220,8 @@ entry:
; FIXME: It's not clear what this is supposed to test.
define i32 @killFlags() {
entry:
- %0 = load i32* @g0, align 4
- %1 = load i32* @g1, align 4
+ %0 = load i32, i32* @g0, align 4
+ %1 = load i32, i32* @g1, align 4
%div = sdiv i32 %0, %1
ret i32 %div
}