aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-25 20:37:36 +0000
committerChris Lattner <sabre@nondot.org>2010-01-25 20:37:36 +0000
commit18821e07a3eefad47eeb792eee46ca7f117970d5 (patch)
tree4a23d6e6fefc6505d09a69f9755684a55e027e05 /docs/WritingAnLLVMBackend.html
parent0890cf124f00da3dc943c1882f4221955e0281ed (diff)
no need to implement these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMBackend.html')
-rw-r--r--docs/WritingAnLLVMBackend.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index c0d6a129e2..14571732dd 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -2152,12 +2152,6 @@ in <tt>XXXGenAsmWriter.inc</tt> contains an implementation of the
<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>