summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-08 22:44:40 +0000
committerChris Lattner <sabre@nondot.org>2010-03-08 22:44:40 +0000
commit722714dde2ecab8ccba42cb854ce31dd5267b79c (patch)
tree863269c9655b007018bbb9d0d098f9ef2dcbb5a0 /llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
parent8dcf41ed667626baefc65ae463b8590c9a053fec (diff)
downloadbcm5719-llvm-722714dde2ecab8ccba42cb854ce31dd5267b79c.tar.gz
bcm5719-llvm-722714dde2ecab8ccba42cb854ce31dd5267b79c.zip
mc'ize EmitLabel.
llvm-svn: 97996
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
index 26f4c5ff91d..a28a1dcecbc 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
@@ -232,14 +232,6 @@ void DwarfPrinter::PrintLabelName(const char *Tag, unsigned Number,
O << Suffix;
}
-/// EmitLabel - Emit location label for internal use by Dwarf.
-///
-void DwarfPrinter::EmitLabel(const char *Tag, unsigned Number) const {
- // FIXME: REMOVE.
- PrintLabelName(Tag, Number);
- O << ":\n";
-}
-
/// EmitReference - Emit a reference to a label.
///
void DwarfPrinter::EmitReference(const char *Tag, unsigned Number,
OpenPOWER on IntegriCloud