eliminate a form of PrintLabelName.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97999 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 602145b..633d586 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2969,7 +2969,7 @@
       else
         O << MAI->getData64bitsDirective();
 
-      PrintLabelName("label", LI->first); EOL("low_pc");
+      PrintLabelName(getDWLabel("label", LI->first)); EOL("low_pc");
     }
   }