From: Rafael Espindola Date: Wed, 2 Jun 2010 14:03:11 +0000 (+0000) Subject: Update the documentation, getCalleeSavedRegClasses is not required anymore. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b26f27969ec895ff14f755e70f3a205460e96cf2;p=oota-llvm.git Update the documentation, getCalleeSavedRegClasses is not required anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105323 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.