diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel.ll b/llvm/test/CodeGen/X86/fast-isel.ll index 7487fc28382..154ef503105 100644 --- a/llvm/test/CodeGen/X86/fast-isel.ll +++ b/llvm/test/CodeGen/X86/fast-isel.ll @@ -18,8 +18,8 @@ fast: %t4 = xor i32 %t3, 3 %t5 = xor i32 %t4, %s %t6 = add i32 %t5, 2 - %t7 = getelementptr i32* %y, i32 1 - %t8 = getelementptr i32* %t7, i32 %t6 + %t7 = getelementptr i32, i32* %y, i32 1 + %t8 = getelementptr i32, i32* %t7, i32 %t6 call void asm sideeffect "hello world", ""() br label %exit |

