diff options
Diffstat (limited to 'test/CodeGen/X86/shift-combine.ll')
-rw-r--r-- | test/CodeGen/X86/shift-combine.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/shift-combine.ll b/test/CodeGen/X86/shift-combine.ll index 113dedb..ec62bcd 100644 --- a/test/CodeGen/X86/shift-combine.ll +++ b/test/CodeGen/X86/shift-combine.ll @@ -12,8 +12,8 @@ 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 - %tmp5 = load i32* %tmp4, align 4 + %tmp4 = getelementptr [4 x i32], [4 x i32]* @array, i32 0, i32 %tmp3 + %tmp5 = load i32, i32* %tmp4, align 4 ret i32 %tmp5 } |