[AArch64] Remove unused declaration hasSwiftExtendedFrame (NFC)

This commit is contained in:
Kazu Hirata 2021-10-31 22:58:56 -07:00
parent e85827532b
commit 476e1ee3da
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ public:
bool hasFP(const MachineFunction &MF) const override;
bool hasReservedCallFrame(const MachineFunction &MF) const override;
bool hasSwiftExtendedFrame(const MachineFunction &MF) const;
bool assignCalleeSavedSpillSlots(MachineFunction &MF,
const TargetRegisterInfo *TRI,
std::vector<CalleeSavedInfo> &CSI,