Skip to content

Commit

Permalink
[AMDGPU][SIMachineFunctionInfo] Code cleanup (NFC).
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevadas committed Apr 8, 2022
1 parent 3075e5d commit 2c46d06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
Expand Up @@ -526,13 +526,6 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunction {

ArrayRef<SGPRSpillVGPR> getSGPRSpillVGPRs() const { return SpillVGPRs; }

void setSGPRSpillVGPRs(Register NewVGPR, Optional<int> newFI, int Index) {
SpillVGPRs[Index].VGPR = NewVGPR;
SpillVGPRs[Index].FI = newFI;
}

bool removeVGPRForSGPRSpill(Register ReservedVGPR, MachineFunction &MF);

ArrayRef<MCPhysReg> getAGPRSpillVGPRs() const {
return SpillAGPR;
}
Expand Down

0 comments on commit 2c46d06

Please sign in to comment.