summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/x32-lea-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/x32-lea-1.ll')
-rw-r--r--test/CodeGen/X86/x32-lea-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/x32-lea-1.ll b/test/CodeGen/X86/x32-lea-1.ll
index 7ccb34d..2f7d71e 100644
--- a/test/CodeGen/X86/x32-lea-1.ll
+++ b/test/CodeGen/X86/x32-lea-1.ll
@@ -4,7 +4,7 @@
define void @foo(i32** %p) {
%a = alloca i32, i32 10
- %addr = getelementptr i32* %a, i32 4
+ %addr = getelementptr i32, i32* %a, i32 4
store i32* %addr, i32** %p
ret void
}