Skip to content
Commit 189ca149 authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 130192
parent 68d22189
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment