[llvm] [PATCH] AMDGPU: Fix return type of getImplicitParameterOffset.

Zoltán Gilián zoltan.gilian at gmail.com
Mon Jul 27 10:17:38 PDT 2015


Yes, please. I don't have commit rights.

On Mon, Jul 27, 2015 at 5:05 PM, Matt Arsenault <arsenm2 at gmail.com> wrote:
>
>> On Jul 27, 2015, at 4:58 AM, Zoltan Gilian <zoltan.gilian at gmail.com> wrote:
>>
>> ---
>> lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/Target/AMDGPU/AMDGPUISelLowering.h b/lib/Target/AMDGPU/AMDGPUISelLowering.h
>> index 478b203..1ce391e 100644
>> --- a/lib/Target/AMDGPU/AMDGPUISelLowering.h
>> +++ b/lib/Target/AMDGPU/AMDGPUISelLowering.h
>> @@ -216,7 +216,7 @@ public:
>>
>>   /// \brief Helper function that returns the byte offset of the given
>>   /// type of implicit parameter.
>> -  unsigned getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
>> +  uint32_t getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
>>                                       const ImplicitParameter Param) const;
>> };
>>
>> --
>> 2.4.6
>>
>
> LGTM. Do you need this committed for you?



More information about the llvm-commits mailing list