Move section label emission to module end. Nothing should be
authorEric Christopher <echristo@gmail.com>
Mon, 19 Nov 2012 19:43:59 +0000 (19:43 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 19 Nov 2012 19:43:59 +0000 (19:43 +0000)
commit97c3472bf915ce9124f682f6c8ce9e4baff7c284
tree94d588d7a95c0b4abfb8be7c47d30fad2276b85e
parente42561ad0c98b132515db89f2994c96d93e9587b
Move section label emission to module end. Nothing should be
depending on them being emitted before the text and/or data
sections and testing didn't uncover any.

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