diff options
Diffstat (limited to 'test/CodeGen/Mips/nacl-branch-delay.ll')
-rw-r--r-- | test/CodeGen/Mips/nacl-branch-delay.ll | 2 |
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 d251eee..2927f39 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 |