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
This commit is contained in:
Eric Christopher 2014-01-02 21:38:13 +00:00
parent 73a5fdd886
commit 99ba84390f

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.