diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/WritingAnLLVMBackend.html | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html index f49875c2047..d909a1a3fb7 100644 --- a/llvm/docs/WritingAnLLVMBackend.html +++ b/llvm/docs/WritingAnLLVMBackend.html @@ -913,9 +913,6 @@ implementation in <tt>SparcRegisterInfo.cpp</tt>:  <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>  | 

