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