Skip to content

Commit ea91a8c

Browse files
committed
[AMDGPU][NFC] Remove non-existing function header
1 parent 07f59ba commit ea91a8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/SIRegisterInfo.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
111111
void buildVGPRSpillLoadStore(SGPRSpillBuilder &SB, int Index, int Offset,
112112
bool IsLoad, bool IsKill = true) const;
113113

114-
void buildSGPRSpillLoadStore(SGPRSpillBuilder &SB, int Offset,
115-
int64_t VGPRLanes) const;
116-
117114
/// If \p OnlyToVGPR is true, this will only succeed if this
118115
bool spillSGPR(MachineBasicBlock::iterator MI,
119116
int FI, RegScavenger *RS,

0 commit comments

Comments
 (0)