Chris Lattner bffc2b4af1 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
2011-04-26 06:14:13 +00:00
..
2011-04-05 18:41:40 +00:00
2011-04-25 10:12:01 +00:00
2011-04-21 20:16:43 +00:00
2011-03-14 21:05:21 +00:00
2011-04-19 06:14:45 +00:00
2011-04-05 18:41:40 +00:00
2011-03-23 23:34:19 +00:00
2011-04-05 18:41:40 +00:00
2011-04-05 18:41:40 +00:00
2011-04-05 18:41:40 +00:00
2011-03-15 01:49:08 +00:00
2011-04-01 03:36:33 +00:00
2011-03-15 20:47:26 +00:00