From: Eric Christopher Date: Thu, 2 Jan 2014 21:38:13 +0000 (+0000) Subject: Revert seemingly unnecessary section sym for the data section. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=99ba84390f40c6655156c374b2f42527ab658411;p=oota-llvm.git Revert seemingly unnecessary section sym for the data section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index aa2a1f75708..a1e415a1bd7 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2046,7 +2046,6 @@ void DwarfDebug::emitSectionLabels() { emitSectionSym(Asm, TLOF.getDwarfLocSection(), "section_debug_loc"); TextSectionSym = emitSectionSym(Asm, TLOF.getTextSection(), "text_begin"); - emitSectionSym(Asm, TLOF.getDataSection()); } // Recursively emits a debug information entry.