aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/ctlz.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/ctlz.ll')
-rw-r--r--test/CodeGen/Mips/ctlz.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/ctlz.ll b/test/CodeGen/Mips/ctlz.ll
index 1f87166..96af197 100644
--- a/test/CodeGen/Mips/ctlz.ll
+++ b/test/CodeGen/Mips/ctlz.ll
@@ -9,7 +9,7 @@ define i32 @main() #0 {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
- %0 = load i32* @x, align 4
+ %0 = load i32, i32* @x, align 4
%1 = call i32 @llvm.ctlz.i32(i32 %0, i1 true)
store i32 %1, i32* @y, align 4
ret i32 0