[llvm-commits] [llvm] r81651 - /llvm/trunk/docs/WritingAnLLVMBackend.html

Chris Lattner sabre at nondot.org
Sat Sep 12 15:57:38 PDT 2009


Author: lattner
Date: Sat Sep 12 17:57:37 2009
New Revision: 81651

URL: http://llvm.org/viewvc/llvm-project?rev=81651&view=rev
Log:
we don't want people to override printBasicBlockLabel.

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=81651&r1=81650&r2=81651&view=diff

==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.html (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.html Sat Sep 12 17:57:37 2009
@@ -2164,9 +2164,7 @@
 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>





More information about the llvm-commits mailing list