Do not use Mangler to remove '1' from linkage name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2009-07-14 00:55:28 +00:00
parent 91267547f7
commit 1a8d2d2d4f
2 changed files with 4 additions and 17 deletions

View 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 {