diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-08 22:44:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-08 22:44:40 +0000 |
commit | f829eef8facab98ecb0fab5823511596b4ecb87b (patch) | |
tree | f89a7df9e5734a9558f407cb918072a687030983 /lib/CodeGen/AsmPrinter/DwarfPrinter.cpp | |
parent | 4faf59af82784dc21418d61bb3a68d3a2dc0b56e (diff) |
mc'ize EmitLabel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfPrinter.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfPrinter.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp b/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp index 26f4c5ff91..a28a1dcecb 100644 --- a/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp +++ b/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, |