[llvm] 476e1ee - [AArch64] Remove unused declaration hasSwiftExtendedFrame (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 31 22:59:13 PDT 2021


Author: Kazu Hirata
Date: 2021-10-31T22:58:56-07:00
New Revision: 476e1ee3da242b197548696be9f4499e130bc854

URL: https://github.com/llvm/llvm-project/commit/476e1ee3da242b197548696be9f4499e130bc854
DIFF: https://github.com/llvm/llvm-project/commit/476e1ee3da242b197548696be9f4499e130bc854.diff

LOG: [AArch64] Remove unused declaration hasSwiftExtendedFrame (NFC)

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64FrameLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64FrameLowering.h b/llvm/lib/Target/AArch64/AArch64FrameLowering.h
index f8adaf36db845..e6d997f91b47b 100644
--- a/llvm/lib/Target/AArch64/AArch64FrameLowering.h
+++ b/llvm/lib/Target/AArch64/AArch64FrameLowering.h
@@ -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,


        


More information about the llvm-commits mailing list