move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index fe6249b88de287f722d982924a4ccc4158be87f4..a1765c4c2523238cd31f380e4d7de704218cf5f2 100644 (file)
@@ -76,10 +76,11 @@ namespace llvm {
     ///
     MachineLoopInfo *LI;
 
-  protected:
+  public:
     /// MMI - If available, this is a pointer to the current MachineModuleInfo.
     MachineModuleInfo *MMI;
     
+  protected:
     /// DW - If available, this is a pointer to the current dwarf writer.
     DwarfWriter *DW;