aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/nacl-branch-delay.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/nacl-branch-delay.ll')
-rw-r--r--test/CodeGen/Mips/nacl-branch-delay.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/nacl-branch-delay.ll b/test/CodeGen/Mips/nacl-branch-delay.ll
index d251eee07526..2927f39a416c 100644
--- a/test/CodeGen/Mips/nacl-branch-delay.ll
+++ b/test/CodeGen/Mips/nacl-branch-delay.ll
@@ -10,7 +10,7 @@ declare void @f2()
define void @test1() {
- %1 = load i32* @x, align 4
+ %1 = load i32, i32* @x, align 4
call void @f1(i32 %1)
ret void