summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-09 00:00:57 +0000
committerChris Lattner <sabre@nondot.org>2010-03-09 00:00:57 +0000
commitb242ae6dccbf22c3be3b451dbd458511df84d748 (patch)
treecf6fae33279933d1f5b90e4fa3412a2163c0df61 /llvm/lib/CodeGen
parent4d728127fb7d056b86e771c12c5d23cfd6417ffb (diff)
downloadbcm5719-llvm-b242ae6dccbf22c3be3b451dbd458511df84d748.tar.gz
bcm5719-llvm-b242ae6dccbf22c3be3b451dbd458511df84d748.zip
remove the suffix form of PrintLabelName, which was only
used for 'flavor'. llvm-svn: 98012
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp8
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h2
2 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
index 1d21488e2b5..a40bd54f8cf 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
@@ -218,14 +218,6 @@ void DwarfPrinter::PrintLabelName(const MCSymbol *Label) const {
O << Label->getName();
}
-void DwarfPrinter::PrintLabelName(const char *Tag, unsigned Number,
- const char *Suffix) const {
- // FIXME: REMOVE.
- O << MAI->getPrivateGlobalPrefix() << Tag;
- if (Number) O << Number;
- O << Suffix;
-}
-
/// EmitReference - Emit a reference to a label.
///
void DwarfPrinter::EmitReference(const MCSymbol *Sym, bool IsPCRelative,
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
index 19c05b7a70b..fc9f3fe9eef 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -117,8 +117,6 @@ public:
/// PrintLabelName - Print label name in form used by Dwarf writer.
///
void PrintLabelName(const MCSymbol *Label) const;
- void PrintLabelName(const char *Tag, unsigned Number,
- const char *Suffix) const;
/// EmitReference - Emit a reference to a label.
///
OpenPOWER on IntegriCloud