diff options
author | Chris Lattner <sabre@nondot.org> | 2011-04-26 06:14:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-04-26 06:14:13 +0000 |
commit | bffc2b4af1abe9d25392819b5d9a14f2f228abd4 (patch) | |
tree | e263637affc329685eae3312749458af273e3ef6 /lib/VMCore/Function.cpp | |
parent | e88c724ff09b3d24bcb515b382ded9ee4e885ee5 (diff) |
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
Diffstat (limited to 'lib/VMCore/Function.cpp')
0 files changed, 0 insertions, 0 deletions