diff options
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 602145bbdd..633d586e56 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/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"); } } |