Skip to content

Commit d11103f

Browse files
[Hexagon] Remove unused declaration adjustForCalleeSavedRegsSpillCall (NFC)
The function definition was removed on Apr 23, 2015 in commit 876a19d, but the declaration has remained since.
1 parent ce3b687 commit d11103f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/Hexagon/HexagonFrameLowering.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ class HexagonFrameLowering : public TargetFrameLowering {
129129
void insertCFIInstructionsAt(MachineBasicBlock &MBB,
130130
MachineBasicBlock::iterator At) const;
131131

132-
void adjustForCalleeSavedRegsSpillCall(MachineFunction &MF) const;
133-
134132
bool expandCopy(MachineBasicBlock &B, MachineBasicBlock::iterator It,
135133
MachineRegisterInfo &MRI, const HexagonInstrInfo &HII,
136134
SmallVectorImpl<unsigned> &NewRegs) const;

0 commit comments

Comments
 (0)