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
This commit is contained in:
Rafael Espindola 2010-06-02 14:03:11 +00:00
parent 6f07bd6ae8
commit b26f27969e

View File

@ -913,9 +913,6 @@ implementation in <tt>SparcRegisterInfo.cpp</tt>:
<li><tt>getCalleeSavedRegs</tt> &mdash; Returns a list of callee-saved registers
in the order of the desired callee-save stack frame offset.</li>
<li><tt>getCalleeSavedRegClasses</tt> &mdash; Returns a list of preferred
register classes with which to spill each callee saved register.</li>
<li><tt>getReservedRegs</tt> &mdash; Returns a bitset indexed by physical
register numbers, indicating if a particular register is unavailable.</li>