projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6d1fd
)
we don't want people to override printBasicBlockLabel.
author
Chris Lattner
<sabre@nondot.org>
Sat, 12 Sep 2009 22:57:37 +0000
(22:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 12 Sep 2009 22:57:37 +0000
(22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81651
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/WritingAnLLVMBackend.html
patch
|
blob
|
history
diff --git
a/docs/WritingAnLLVMBackend.html
b/docs/WritingAnLLVMBackend.html
index 5edc117e33645f8b39d43747e52d9b3cf61d8d11..c0d6a129e20ae4d51115f16bec7c23becdc5e820 100644
(file)
--- 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>