eliminate a form of PrintLabelName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-03-08 22:52:49 +00:00
parent 326861c4c8
commit dd8187a3e9
3 changed files with 5 additions and 11 deletions

View File

@@ -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");
}
}