diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-10 18:48:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-10 18:48:58 +0000 |
commit | 12b08312952c6ad92129e6e3e72ab6b0f112cbe7 (patch) | |
tree | 35a0aa7958e52e48a3132533e0806380cacb0380 /llvm/lib/CodeGen | |
parent | 144650c3c1a5f2a1fca0fef2998bfeaa1b3a3a24 (diff) | |
download | bcm5719-llvm-12b08312952c6ad92129e6e3e72ab6b0f112cbe7.tar.gz bcm5719-llvm-12b08312952c6ad92129e6e3e72ab6b0f112cbe7.zip |
Make this more efficient of the common case where we are only mangling globals.
Do not mangle internal global names that do not collide with anything.
This gives us strings that now look like this:
__2E_str_1: ; '.str_1'
.asciz "foo"
instead of this:
l1__2E_str_1: ; '.str_1'
.asciz "foo"
llvm-svn: 24277
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions