aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 05:31:04 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 05:31:04 +0000
commit105d69759312a9544ec55954b3fb59bdb7e224df (patch)
treeb0e7eb94981f9e78e98ddd0448019e373ded9bdc /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent6d7337896f1bcdfbdee90c9c33371c2a373f422a (diff)
reprivatize now that DwarfWriter is gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index eb342042f1..323234cf08 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -73,10 +73,9 @@ public:
class DwarfDebug {
/// Asm - Target of Dwarf emission.
AsmPrinter *Asm;
-public:
+
/// MMI - Collected machine module information.
MachineModuleInfo *MMI;
-private:
//===--------------------------------------------------------------------===//
// Attributes used to construct specific Dwarf sections.