Remove DwarfUnit::LabelRange since it's unused.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
index fcb8ee1fb70c6c6a5a3c789ce09dc6873c708e45..01012071fe1a3dcbe44e6ce5cdff684bc1490fd9 100644 (file)
@@ -2355,9 +2355,6 @@ void DwarfDebug::emitDebugRanges() {
   for (const auto &I : CUMap) {
     DwarfCompileUnit *TheCU = I.second;
 
-    // Emit a symbol so we can find the beginning of our ranges.
-    Asm->OutStreamer.EmitLabel(TheCU->getLabelRange());
-
     // Iterate over the misc ranges for the compile units in the module.
     for (const RangeSpanList &List : TheCU->getRangeLists()) {
       // Emit our symbol so we can find the beginning of the range.