summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-08 22:52:49 +0000
committerChris Lattner <sabre@nondot.org>2010-03-08 22:52:49 +0000
commitee20b5f2362aa45d5cf2446ee76c80a640ad5839 (patch)
treed832248121f90da18e5754cf5ef167fa7a6e8f8f /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent3c081995f6988339f5f0ab5045e205d2c03ce472 (diff)
downloadbcm5719-llvm-ee20b5f2362aa45d5cf2446ee76c80a640ad5839.tar.gz
bcm5719-llvm-ee20b5f2362aa45d5cf2446ee76c80a640ad5839.zip
eliminate a form of PrintLabelName.
llvm-svn: 97999
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 602145bbddd..633d586e564 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2969,7 +2969,7 @@ void DwarfDebug::emitDebugInlineInfo() {
else
O << MAI->getData64bitsDirective();
- PrintLabelName("label", LI->first); EOL("low_pc");
+ PrintLabelName(getDWLabel("label", LI->first)); EOL("low_pc");
}
}
OpenPOWER on IntegriCloud