forked from OSchip/llvm-project
[AArch64] Remove unused declaration hasSwiftExtendedFrame (NFC)
This commit is contained in:
parent
e85827532b
commit
476e1ee3da
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue