summaryrefslogtreecommitdiffstats
path: root/llvm/docs/WritingAnLLVMBackend.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 04:11:11 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 04:11:11 +0000
commit904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc (patch)
tree3e416c302fa3f4f3058a25ace3c5ce36212251ae /llvm/docs/WritingAnLLVMBackend.html
parentf5d063685089615d31b0236c786807c4251f26cd (diff)
downloadbcm5719-llvm-904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc.tar.gz
bcm5719-llvm-904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc.zip
don't reference DwarfWriter
llvm-svn: 100401
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
-rw-r--r--llvm/docs/WritingAnLLVMBackend.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html
index 43766b51017..f49875c2047 100644
--- a/llvm/docs/WritingAnLLVMBackend.html
+++ b/llvm/docs/WritingAnLLVMBackend.html
@@ -561,8 +561,7 @@ def AL : Register&lt;"AL"&gt;, DwarfRegNum&lt;[0, 0, 0]&gt;;
<p>
This defines the register <tt>AL</tt> and assigns it values (with
<tt>DwarfRegNum</tt>) that are used by <tt>gcc</tt>, <tt>gdb</tt>, or a debug
-information writer (such as <tt>DwarfWriter</tt>
-in <tt>llvm/lib/CodeGen/AsmPrinter</tt>) to identify a register. For register
+information writer to identify a register. For register
<tt>AL</tt>, <tt>DwarfRegNum</tt> takes an array of 3 values representing 3
different modes: the first element is for X86-64, the second for exception
handling (EH) on X86-32, and the third is generic. -1 is a special Dwarf number
OpenPOWER on IntegriCloud