diff options
Diffstat (limited to 'test/CodeGen/X86/sunkaddr-ext.ll')
-rw-r--r-- | test/CodeGen/X86/sunkaddr-ext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sunkaddr-ext.ll b/test/CodeGen/X86/sunkaddr-ext.ll index 6d23867..b579811 100644 --- a/test/CodeGen/X86/sunkaddr-ext.ll +++ b/test/CodeGen/X86/sunkaddr-ext.ll @@ -11,11 +11,11 @@ target triple = "x86_64-apple-macosx10.9.0" define void @test_sink(i8* %arg1, i32 %arg2, i8 %arg3) #0 { %tmp1 = add i32 -2147483648, %arg2 %tmp2 = add i32 -2147483648, %tmp1 - %tmp3 = getelementptr i8* %arg1, i32 %arg2 + %tmp3 = getelementptr i8, i8* %arg1, i32 %arg2 br label %bb1 bb1: - %tmp4 = getelementptr i8* %arg1, i32 %tmp2 + %tmp4 = getelementptr i8, i8* %arg1, i32 %tmp2 store i8 %arg3, i8* %tmp4 ret void; } |