[llvm-commits] [llvm] r100409 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfDebug.h DwarfException.h
Chris Lattner
sabre at nondot.org
Sun Apr 4 22:31:04 PDT 2010
Author: lattner
Date: Mon Apr 5 00:31:04 2010
New Revision: 100409
URL: http://llvm.org/viewvc/llvm-project?rev=100409&view=rev
Log:
reprivatize now that DwarfWriter is gone.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=100409&r1=100408&r2=100409&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Mon Apr 5 00:31:04 2010
@@ -73,10 +73,9 @@
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.
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h?rev=100409&r1=100408&r2=100409&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h Mon Apr 5 00:31:04 2010
@@ -38,10 +38,9 @@
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
More information about the llvm-commits
mailing list