Skip to content

Commit

Permalink
[AArch64] Remove unused declaration hasSwiftExtendedFrame (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Nov 1, 2021
1 parent e858275 commit 476e1ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/AArch64/AArch64FrameLowering.h
Expand Up @@ -67,8 +67,6 @@ class AArch64FrameLowering : public TargetFrameLowering {
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,
Expand Down

0 comments on commit 476e1ee

Please sign in to comment.