mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
AMDGPU/GlobalISel: Remove unnecessary override
This is the same as the default implementation
This commit is contained in:
parent
3a310f2d85
commit
023dfd971c
@ -78,13 +78,6 @@ struct AMDGPUOutgoingValueHandler : public CallLowering::OutgoingValueHandler {
|
||||
MIRBuilder.buildCopy(PhysReg, ExtReg);
|
||||
MIB.addUse(PhysReg, RegState::Implicit);
|
||||
}
|
||||
|
||||
bool assignArg(unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT,
|
||||
CCValAssign::LocInfo LocInfo,
|
||||
const CallLowering::ArgInfo &Info, ISD::ArgFlagsTy Flags,
|
||||
CCState &State) override {
|
||||
return AssignFn(ValNo, ValVT, LocVT, LocInfo, Flags, State);
|
||||
}
|
||||
};
|
||||
|
||||
struct AMDGPUIncomingArgHandler : public CallLowering::IncomingValueHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user