aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-12 22:57:37 +0000
committerChris Lattner <sabre@nondot.org>2009-09-12 22:57:37 +0000
commitdeb8c1547e4410026a77d839ef75b6daeb0339db (patch)
tree3234c31374d4ba2b5e09d4146daa21fffc0505e2
parentbe6d1fd5f42b6039d2af664dbd0ab95cfbd08452 (diff)
we don't want people to override printBasicBlockLabel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/WritingAnLLVMBackend.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index 5edc117e33..c0d6a129e2 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -2164,9 +2164,7 @@ in <tt>XXXGenAsmWriter.inc</tt> contains an implementation of the
The implementations of <tt>printDeclare</tt>, <tt>printImplicitDef</tt>,
<tt>printInlineAsm</tt>, and <tt>printLabel</tt> in <tt>AsmPrinter.cpp</tt> are
generally adequate for printing assembly and do not need to be
-overridden. (<tt>printBasicBlockLabel</tt> is another method that is implemented
-in <tt>AsmPrinter.cpp</tt> that may be directly used in an implementation of
-<tt>XXXAsmPrinter</tt>.)
+overridden.
</p>
<p>