summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-14 00:55:28 +0000
committerDevang Patel <dpatel@apple.com>2009-07-14 00:55:28 +0000
commit1a8d2d2d4f9c019e3ace0053ce3f33449cf85c44 (patch)
treecb0510f38787107c8ed08bdc2a42dca6989294b2 /include
parent91267547f786ff5a153ca437517b8678f672c55b (diff)
downloadllvm-1a8d2d2d4f9c019e3ace0053ce3f33449cf85c44.tar.gz
llvm-1a8d2d2d4f9c019e3ace0053ce3f33449cf85c44.tar.bz2
llvm-1a8d2d2d4f9c019e3ace0053ce3f33449cf85c44.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 4e7ea1373a..d7a0225030 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -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 {