diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/shift-combine.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/shift-combine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/shift-combine.ll b/llvm/test/CodeGen/X86/shift-combine.ll index 113dedb4a00..754464c6794 100644 --- a/llvm/test/CodeGen/X86/shift-combine.ll +++ b/llvm/test/CodeGen/X86/shift-combine.ll @@ -12,7 +12,7 @@ define i32 @test_lshr_and(i32 %x) { entry: %tmp2 = lshr i32 %x, 2 %tmp3 = and i32 %tmp2, 3 - %tmp4 = getelementptr [4 x i32]* @array, i32 0, i32 %tmp3 + %tmp4 = getelementptr [4 x i32], [4 x i32]* @array, i32 0, i32 %tmp3 %tmp5 = load i32* %tmp4, align 4 ret i32 %tmp5 } |

