[llvm-commits] [llvm] r105323 - /llvm/trunk/docs/WritingAnLLVMBackend.html
Rafael Espindola
rafael.espindola at gmail.com
Wed Jun 2 07:03:12 PDT 2010
Author: rafael
Date: Wed Jun 2 09:03:11 2010
New Revision: 105323
URL: http://llvm.org/viewvc/llvm-project?rev=105323&view=rev
Log:
Update the documentation, getCalleeSavedRegClasses is not required anymore.
Modified:
llvm/trunk/docs/WritingAnLLVMBackend.html
Modified: llvm/trunk/docs/WritingAnLLVMBackend.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.html?rev=105323&r1=105322&r2=105323&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.html (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.html Wed Jun 2 09:03:11 2010
@@ -913,9 +913,6 @@
<li><tt>getCalleeSavedRegs</tt> — Returns a list of callee-saved registers
in the order of the desired callee-save stack frame offset.</li>
-<li><tt>getCalleeSavedRegClasses</tt> — Returns a list of preferred
- register classes with which to spill each callee saved register.</li>
-
<li><tt>getReservedRegs</tt> — Returns a bitset indexed by physical
register numbers, indicating if a particular register is unavailable.</li>
More information about the llvm-commits
mailing list