diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index f49875c2047..d909a1a3fb7 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -913,9 +913,6 @@ implementation in SparcRegisterInfo.cpp:
  • getCalleeSavedRegs — Returns a list of callee-saved registers in the order of the desired callee-save stack frame offset.
  • -
  • getCalleeSavedRegClasses — Returns a list of preferred - register classes with which to spill each callee saved register.
  • -
  • getReservedRegs — Returns a bitset indexed by physical register numbers, indicating if a particular register is unavailable.