summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-02 21:38:13 +0000
committerEric Christopher <echristo@gmail.com>2014-01-02 21:38:13 +0000
commit40734c4c0c8aa474282269a04f9a275ca05b2993 (patch)
tree3ae050f91bc0e1983482d1f5478de1cd4d274fc4 /llvm/lib/CodeGen
parent77c8dc1da3c5826bcf6cb40be79f2d45539cb442 (diff)
downloadbcm5719-llvm-40734c4c0c8aa474282269a04f9a275ca05b2993.tar.gz
bcm5719-llvm-40734c4c0c8aa474282269a04f9a275ca05b2993.zip
Revert seemingly unnecessary section sym for the data section.
llvm-svn: 198357
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index aa2a1f75708..a1e415a1bd7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud