Skip to content

Commit

Permalink
Update the documentation, getCalleeSavedRegClasses is not required an…
Browse files Browse the repository at this point in the history
…ymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105323 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Jun 2, 2010
1 parent 6f07bd6 commit b26f279
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/WritingAnLLVMBackend.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,9 +913,6 @@
<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>

Expand Down

0 comments on commit b26f279

Please sign in to comment.