AMDGPU: Fix return type of getImplicitParameterOffset.

Patch by Zoltan Gilian <zoltan.gilian@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2015-07-28 18:09:55 +00:00
parent 6adfd93ee4
commit c3f2d5b690

View File

@ -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;
};