From deb8c1547e4410026a77d839ef75b6daeb0339db Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 12 Sep 2009 22:57:37 +0000 Subject: [PATCH] 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 --- docs/WritingAnLLVMBackend.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.