Do not use Mangler to remove '1' from linkage name.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index 4e7ea1373a9675fc02be1bb05ce407375f20f0a1..d7a022503035dff015ab80d048d50cf913af40fd 100644 (file)
@@ -333,10 +333,6 @@ namespace llvm {
     /// debug tables.
     void printDeclare(const MachineInstr *MI) const;
 
-    /// getMangler - Return Mangler used by the AsmPrinter. This is used by
-    /// DWARF debug info generator.
-    Mangler *getMangler() { return Mang; }
-
     /// postInstructionAction - Handling printing of items after the
     /// instruction iteself has been printed (e.g. comments)
     void postInstructionAction(const MachineInstr &MI) const {