projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5ae22
)
Clarify comments.
author
Eric Christopher
<echristo@gmail.com>
Sun, 14 Jul 2013 22:23:54 +0000
(22:23 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Sun, 14 Jul 2013 22:23:54 +0000
(22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186297
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.h
b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5a850478451862d8b4c8c8afa99deceb06f28a5e..deb2e60689957afde39479470fd4600ed615b6c4 100644
(file)
--- 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.