don't emit the symbol name twice for local bss and common
authorChris Lattner <sabre@nondot.org>
Tue, 26 Apr 2011 06:14:13 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Apr 2011 06:14:13 +0000 (06:14 +0000)
commitbffc2b4af1abe9d25392819b5d9a14f2f228abd4
treee263637affc329685eae3312749458af273e3ef6
parente88c724ff09b3d24bcb515b382ded9ee4e885ee5
don't emit the symbol name twice for local bss and common
symbols.  For example, don't emit:
        .comm   _i,4,2                  ## @i
                                        ## @i

instead emit:
        .comm   _i,4,2                  ## @i

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/ARM/2010-12-15-elf-lcomm.ll