[llvm-commits] [llvm] r94443 - /llvm/trunk/docs/WritingAnLLVMBackend.html
Chris Lattner
sabre at nondot.org
Mon Jan 25 12:37:36 PST 2010
Author: lattner
Date: Mon Jan 25 14:37:36 2010
New Revision: 94443
URL: http://llvm.org/viewvc/llvm-project?rev=94443&view=rev
Log:
no need to implement these.
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=94443&r1=94442&r2=94443&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.html (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.html Mon Jan 25 14:37:36 2010
@@ -2152,12 +2152,6 @@
<li><tt>printImplicitDef</tt></li>
<li><tt>printInlineAsm</tt></li>
-
-<li><tt>printLabel</tt></li>
-
-<li><tt>printPICJumpTableEntry</tt></li>
-
-<li><tt>printPICJumpTableSetLabel</tt></li>
</ul>
<p>
More information about the llvm-commits
mailing list