OSDN Git Service

if some functions don't have debug info, we were outputing the same label at the...
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 3 Apr 2008 17:37:43 +0000 (17:37 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 3 Apr 2008 17:37:43 +0000 (17:37 +0000)
commit51dd8c9224e58c12a846327bd8cfab7b639a9905
treeeba11c3e71935dd284ea7a731c117623bf0a92ad
parenta150ffeada69d6d5ff18f5caf3473e2cfb95d91f
if some functions don't have debug info, we were outputing the same label at the start of each of those functions.  This makes assemblers unhappy

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