summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-12-03 22:05:55 +0000
committerEric Christopher <echristo@gmail.com>2013-12-03 22:05:55 +0000
commitd38749bec5a77ed785f8dba7a6620bacc6d1ce6e (patch)
treed0128ccdb5a261e690100af2bf54209a36784112 /lib
parentb972f33cdddc8222d4ed20cffb508e32cba9a6dc (diff)
downloadllvm-d38749bec5a77ed785f8dba7a6620bacc6d1ce6e.tar.gz
llvm-d38749bec5a77ed785f8dba7a6620bacc6d1ce6e.tar.bz2
llvm-d38749bec5a77ed785f8dba7a6620bacc6d1ce6e.tar.xz
Update comment grammar and contents.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 2931eca4bc..c68e37e7ec 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -327,7 +327,10 @@ class DwarfDebug : public AsmPrinterHandler {
// 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.