aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/setne.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/setne.ll')
-rw-r--r--test/CodeGen/Mips/setne.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/setne.ll b/test/CodeGen/Mips/setne.ll
index 9e66901..484674e 100644
--- a/test/CodeGen/Mips/setne.ll
+++ b/test/CodeGen/Mips/setne.ll
@@ -8,8 +8,8 @@
define void @test() nounwind {
entry:
- %0 = load i32* @i, align 4
- %1 = load i32* @k, align 4
+ %0 = load i32, i32* @i, align 4
+ %1 = load i32, i32* @k, align 4
%cmp = icmp ne i32 %0, %1
%conv = zext i1 %cmp to i32
store i32 %conv, i32* @r1, align 4