aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/ci2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/ci2.ll')
-rw-r--r--test/CodeGen/Mips/ci2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/ci2.ll b/test/CodeGen/Mips/ci2.ll
index e2068fd..63ed683 100644
--- a/test/CodeGen/Mips/ci2.ll
+++ b/test/CodeGen/Mips/ci2.ll
@@ -8,7 +8,7 @@
define void @foo() #0 {
entry:
store i32 305419896, i32* @i, align 4
- %0 = load i32* @b, align 4
+ %0 = load i32, i32* @b, align 4
%tobool = icmp ne i32 %0, 0
br i1 %tobool, label %if.then, label %if.else