don't reference DwarfWriter
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 04:11:11 +0000 (04:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 04:11:11 +0000 (04:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100401 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.html
docs/WritingAnLLVMBackend.html

index ed2211f2cf3a30c7cae1b7390ed0f6ea56f74939..e4c84606107b47369d51cde12f9accaa2f08ada7 100644 (file)
@@ -144,7 +144,7 @@ height="369">
    an LLVM user a relationship between generated code and the original program
    source code.</p>
 
-<p>Currently, debug information is consumed by the DwarfWriter to produce dwarf
+<p>Currently, debug information is consumed by DwarfDebug to produce dwarf
    information used by the gdb debugger.  Other targets could use the same
    information to produce stabs or other debug forms.</p>
 
index 43766b510174f9fc94cc4727fb70fc35ca9f74d8..f49875c20475be36eb22d32095c904308d07fa82 100644 (file)
@@ -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