aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-10 19:51:13 +0000
committerEric Christopher <echristo@gmail.com>2012-12-10 19:51:13 +0000
commit28bd25a06ba3f3fa493fde97344e095b6987988c (patch)
treee8450c6730280a361cc0a82ef7c7c696d6cf2b8c /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent08e13e4488cde76fc51f942e773874627a88eeae (diff)
Reorder fission variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 689ccca655..56b9218474 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -205,9 +205,6 @@ class DwarfDebug {
CompileUnit *FirstCU;
- // The CU left in the original object file for Fission debug info.
- CompileUnit *FissionCU;
-
// Maps MDNode with its corresponding CompileUnit.
DenseMap <const MDNode *, CompileUnit *> CUMap;
@@ -322,6 +319,15 @@ class DwarfDebug {
// DWARF5 Experimental Options
bool HasDwarfAccelTables;
bool HasDwarfFission;
+
+ // Fission Variables
+ // In general these will all be for bits that are left in the
+ // original object file, rather than things that are meant
+ // to be in the .dwo sections.
+
+ // The CU left in the original object file for Fission debug info.
+ CompileUnit *FissionCU;
+
private:
/// \brief Define a unique number for the abbreviation.