For PR1207:
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.h
index d504675b05841e6f7a2437572c21eda33027adf7..0066fb6e1ec53bf1c00568c7d865a9a813a76a79 100644 (file)
@@ -78,12 +78,6 @@ public:
   /// length of this list match the getCalleeSavedRegs() list.
   const TargetRegisterClass* const* getCalleeSavedRegClasses() const;
 
-  /// getReservedRegs - Returns a bitset indexed by physical register number
-  /// indicating if a register is a special register that has particular uses and
-  /// should be considered unavailable at all times, e.g. SP, RA. This is used by
-  /// register scavenger to determine what registers are free.
-  BitVector getReservedRegs(const MachineFunction &MF) const;
-
   bool hasFP(const MachineFunction &MF) const;
 
   void eliminateCallFramePseudoInstr(MachineFunction &MF,