aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/beqzc1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/beqzc1.ll')
-rw-r--r--test/CodeGen/Mips/beqzc1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/beqzc1.ll b/test/CodeGen/Mips/beqzc1.ll
index 8f929a8..fe0dd2a 100644
--- a/test/CodeGen/Mips/beqzc1.ll
+++ b/test/CodeGen/Mips/beqzc1.ll
@@ -6,7 +6,7 @@
; Function Attrs: nounwind optsize
define i32 @main() #0 {
entry:
- %0 = load i32* @i, align 4
+ %0 = load i32, i32* @i, align 4
%cmp = icmp eq i32 %0, 0
br i1 %cmp, label %if.then, label %if.end