Revert seemingly unnecessary section sym for the data section.

llvm-svn: 198357
This commit is contained in:
Eric Christopher 2014-01-02 21:38:13 +00:00
parent dc47cd8c25
commit bbb4924108

View File

@ -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.