aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 9d7ff15..cdc7951 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -32,7 +32,7 @@ namespace llvm {
class GlobalVariable;
class MachineConstantPoolEntry;
class MachineConstantPoolValue;
- class MachineModuleInfo;
+ class DwarfWriter;
class Mangler;
class Section;
class TargetAsmInfo;
@@ -51,10 +51,10 @@ namespace llvm {
///
unsigned FunctionNumber;
- /// MachineModuleInfo - This is needed because printDeclare() has to insert
- /// DebugVariable entries into the dwarf table. This is a short term hack
+ /// DW -This is needed because printDeclare() has to insert
+ /// DbgVariable entries into the dwarf table. This is a short term hack
/// that ought be fixed soon.
- MachineModuleInfo *MMI;
+ DwarfWriter *DW;
// GCMetadataPrinters - The garbage collection metadata printer table.
typedef DenseMap<GCStrategy*,GCMetadataPrinter*> gcp_map_type;