diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:31:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:31:04 +0000 |
| commit | 2eb6c429c6f9344cefa506da783e0d373f64268c (patch) | |
| tree | b0e7eb94981f9e78e98ddd0448019e373ded9bdc /lib | |
| parent | bf103a9c2d667a8b829b4411fc492ab9a96384f3 (diff) | |
| download | external_llvm-2eb6c429c6f9344cefa506da783e0d373f64268c.zip external_llvm-2eb6c429c6f9344cefa506da783e0d373f64268c.tar.gz external_llvm-2eb6c429c6f9344cefa506da783e0d373f64268c.tar.bz2 | |
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')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 | ||||
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfException.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index eb34204..323234c 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. diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h index 15020b8..6d6d730 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/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 |
