[llvm] r262187 - [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.
Vasileios Kalintiris via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 28 08:55:28 PST 2016
Author: vkalintiris
Date: Sun Feb 28 10:55:28 2016
New Revision: 262187
URL: http://llvm.org/viewvc/llvm-project?rev=262187&view=rev
Log:
[mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.
Modified:
llvm/trunk/lib/Target/Mips/MipsRegisterInfo.h
Modified: llvm/trunk/lib/Target/Mips/MipsRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsRegisterInfo.h?rev=262187&r1=262186&r2=262187&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsRegisterInfo.h (original)
+++ llvm/trunk/lib/Target/Mips/MipsRegisterInfo.h Sun Feb 28 10:55:28 2016
@@ -25,16 +25,9 @@ class MipsRegisterInfo : public MipsGenR
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;
More information about the llvm-commits
mailing list