From: Chris Lattner
Date: Sat, 12 Sep 2009 22:57:37 +0000 (+0000)
Subject: we don't want people to override printBasicBlockLabel.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=deb8c1547e4410026a77d839ef75b6daeb0339db;p=oota-llvm.git
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
---
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index 5edc117e336..c0d6a129e20 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -2164,9 +2164,7 @@ in XXXGenAsmWriter.inc contains an implementation of the
The implementations of printDeclare, printImplicitDef,
printInlineAsm, and printLabel in AsmPrinter.cpp are
generally adequate for printing assembly and do not need to be
-overridden. (printBasicBlockLabel is another method that is implemented
-in AsmPrinter.cpp that may be directly used in an implementation of
-XXXAsmPrinter.)
+overridden.