[llvm] [PATCH] AMDGPU: Fix return type of getImplicitParameterOffset.
Matt Arsenault
arsenm2 at gmail.com
Mon Jul 27 08:05:29 PDT 2015
> 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