DebugInfo: Remove unused start/end labels for the debug_abbrevs section
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Dec 2013 18:12:28 +0000 (18:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Dec 2013 18:12:28 +0000 (18:12 +0000)
commit193140b0857b2b8b148647fd13a0fb75398417a5
treeb0a0ab46042940afa28f3a4ae19180bf24cdbbfc
parent6d3d93c40b3a08b6795fee56c8aaca2a2cde5bee
DebugInfo: Remove unused start/end labels for the debug_abbrevs section

Since we always emit only one abbrevation section (shared by all the
compilation units in this module) there's no need for a separate label
at the start of each one (and we weren't using the CU ID anyway, so
there really was only one label). Use the section label instead and drop
the wholely unused debug_abbrev_end label.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp