Add support for emitting ARM file attributes.
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.h
index fa2eb6c10498e0411c5a9606a7818413a92c454c..4907f01f448e90209e33dd7e508bbcedd47b180b 100644 (file)
@@ -65,12 +65,6 @@ protected:
   unsigned getOpcode(int Op) const;
 
 public:
-  /// getRegisterNumbering - Given the enum value for some register, e.g.
-  /// ARM::LR, return the number that it corresponds to (e.g. 14). It
-  /// also returns true in isSPVFP if the register is a single precision
-  /// VFP register.
-  static unsigned getRegisterNumbering(unsigned RegEnum, bool *isSPVFP = 0);
-
   /// Code Generation virtual methods...
   const unsigned *getCalleeSavedRegs(const MachineFunction *MF = 0) const;