[llvm] r196323 - Update comment grammar and contents.

Eric Christopher echristo at gmail.com
Tue Dec 3 14:05:55 PST 2013


Author: echristo
Date: Tue Dec  3 16:05:55 2013
New Revision: 196323

URL: http://llvm.org/viewvc/llvm-project?rev=196323&view=rev
Log:
Update comment grammar and contents.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=196323&r1=196322&r2=196323&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Tue Dec  3 16:05:55 2013
@@ -327,7 +327,10 @@ class DwarfDebug : public AsmPrinterHand
   // All DIEValues are allocated through this allocator.
   BumpPtrAllocator DIEValueAllocator;
 
-  // Handle to the a compile unit used for the inline extension handling.
+  // Handle to the compile unit used for the inline extension handling,
+  // this is just so that the DIEValue allocator has a place to store
+  // the particular elements.
+  // FIXME: Store these off of DwarfDebug instead?
   CompileUnit *FirstCU;
 
   // Maps MDNode with its corresponding CompileUnit.





More information about the llvm-commits mailing list