1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

we don't want people to override printBasicBlockLabel.

llvm-svn: 81651
This commit is contained in:
Chris Lattner 2009-09-12 22:57:37 +00:00
parent d7a57a70f3
commit 5b8ac24286

View File

@ -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>