From 4c5e43da7792f75567b693105cc53e3f1992ad98 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 8 Apr 2015 08:55:49 -0700 Subject: Update aosp/master llvm for rebase to r233350 Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49 --- test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll') diff --git a/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll b/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll index 21fae4a..3310e61 100644 --- a/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll +++ b/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll @@ -15,10 +15,10 @@ entry: store i32 %x, i32* %x.addr, align 4 store i32 %y, i32* %y.addr, align 4 store i32 %z, i32* %z.addr, align 4 - %tmp = load i32* %x.addr, align 4 - %tmp1 = load i32* %y.addr, align 4 + %tmp = load i32, i32* %x.addr, align 4 + %tmp1 = load i32, i32* %y.addr, align 4 %add = add nsw i32 %tmp, %tmp1 - %tmp2 = load i32* %z.addr, align 4 + %tmp2 = load i32, i32* %z.addr, align 4 %add3 = add nsw i32 %add, %tmp2 ret i32 %add3 } -- cgit v1.1