summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-14 22:23:54 +0000
committerEric Christopher <echristo@gmail.com>2013-07-14 22:23:54 +0000
commit4d138ba0438225630bcd1700b3d07e81c315acea (patch)
tree53c791afa101440a17d76cd00b39f61998fc07d2 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent6c5ae22c6ac3890f5bb9bbb8ef62ef02271987c8 (diff)
downloadllvm-4d138ba0438225630bcd1700b3d07e81c315acea.tar.gz
llvm-4d138ba0438225630bcd1700b3d07e81c315acea.tar.bz2
llvm-4d138ba0438225630bcd1700b3d07e81c315acea.tar.xz
Clarify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5a85047845..deb2e60689 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -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.