[llvm] r186297 - Clarify comments.
Eric Christopher
echristo at gmail.com
Sun Jul 14 15:23:55 PDT 2013
Author: echristo
Date: Sun Jul 14 17:23:54 2013
New Revision: 186297
URL: http://llvm.org/viewvc/llvm-project?rev=186297&view=rev
Log:
Clarify comments.
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=186297&r1=186296&r2=186297&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Sun Jul 14 17:23:54 2013
@@ -311,10 +311,7 @@ class DwarfDebug {
// All DIEValues are allocated through this allocator.
BumpPtrAllocator DIEValueAllocator;
- //===--------------------------------------------------------------------===//
- // Attribute used to construct specific Dwarf sections.
- //
-
+ // Handle to the a compile unit used for the inline extension handling.
CompileUnit *FirstCU;
// Maps MDNode with its corresponding CompileUnit.
More information about the llvm-commits
mailing list