From acda87bdb194c372a24ffc66206083b512a36561 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Apr 2010 05:31:04 +0000 Subject: [PATCH] reprivatize now that DwarfWriter is gone. llvm-svn: 100409 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 +-- llvm/lib/CodeGen/AsmPrinter/DwarfException.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index eb342042f168..323234cf085b 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/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. diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h index 15020b86c97f..6d6d730d5d57 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h @@ -38,10 +38,9 @@ class AsmPrinter; class DwarfException { /// Asm - Target of Dwarf emission. AsmPrinter *Asm; -public: + /// MMI - Collected machine module information. MachineModuleInfo *MMI; -private: struct FunctionEHFrameInfo { MCSymbol *FunctionEHSym; // L_foo.eh