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/NVPTX/bug21465.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/NVPTX/bug21465.ll') diff --git a/test/CodeGen/NVPTX/bug21465.ll b/test/CodeGen/NVPTX/bug21465.ll index cacffce..76af386 100644 --- a/test/CodeGen/NVPTX/bug21465.ll +++ b/test/CodeGen/NVPTX/bug21465.ll @@ -11,8 +11,8 @@ entry: ; CHECK-LABEL @_Z22TakesStruct1SPi ; CHECK: bitcast %struct.S* %input to i8* ; CHECK: call i8 addrspace(101)* @llvm.nvvm.ptr.gen.to.param.p101i8.p0i8 - %b = getelementptr inbounds %struct.S* %input, i64 0, i32 1 - %0 = load i32* %b, align 4 + %b = getelementptr inbounds %struct.S, %struct.S* %input, i64 0, i32 1 + %0 = load i32, i32* %b, align 4 store i32 %0, i32* %output, align 4 ret void } -- cgit v1.1