mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
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:
parent
6adfd93ee4
commit
c3f2d5b690
@ -216,7 +216,7 @@ public:
|
|||||||
|
|
||||||
/// \brief Helper function that returns the byte offset of the given
|
/// \brief Helper function that returns the byte offset of the given
|
||||||
/// type of implicit parameter.
|
/// type of implicit parameter.
|
||||||
unsigned getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
|
uint32_t getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
|
||||||
const ImplicitParameter Param) const;
|
const ImplicitParameter Param) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user