summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit7980b957ccba4f39dd12a27cb551a93c1e293bcc (patch)
treec57acc3912c6c7dd07f5aea8c96c843f34df8251 /llvm
parent8e46e7f04b5467a65e0d04ee32ebca9014f21521 (diff)
downloadbcm5719-llvm-7980b957ccba4f39dd12a27cb551a93c1e293bcc.tar.gz
bcm5719-llvm-7980b957ccba4f39dd12a27cb551a93c1e293bcc.zip
Clarify comments.
llvm-svn: 186297
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5a850478451..deb2e606899 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud