OSDN Git Service

[mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Sun, 28 Feb 2016 16:55:28 +0000 (16:55 +0000)
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Sun, 28 Feb 2016 16:55:28 +0000 (16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262187 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsRegisterInfo.h

index 5de68a2..286fe8e 100644 (file)
@@ -25,16 +25,9 @@ class MipsRegisterInfo : public MipsGenRegisterInfo {
 public:
   MipsRegisterInfo();
 
-  /// getRegisterNumbering - Given the enum value for some register, e.g.
-  /// Mips::RA, return the number that it corresponds to (e.g. 31).
-  static unsigned getRegisterNumbering(unsigned RegEnum);
-
   /// Get PIC indirect call register
   static unsigned getPICCallReg();
 
-  /// Adjust the Mips stack frame.
-  void adjustMipsStackFrame(MachineFunction &MF) const;
-
   /// Code Generation virtual methods...
   const TargetRegisterClass *getPointerRegClass(const MachineFunction &MF,
                                                 unsigned Kind) const override;
@@ -57,9 +50,6 @@ public:
                            int SPAdj, unsigned FIOperandNum,
                            RegScavenger *RS = nullptr) const override;
 
-  void processFunctionBeforeFrameFinalized(MachineFunction &MF,
-                                       RegScavenger *RS = nullptr) const;
-
   // Stack realignment queries.
   bool canRealignStack(const MachineFunction &MF) const override;