diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-19 20:46:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-19 20:46:15 +0000 |
commit | b3e3840e5c131fe2868d1ef5aa38c0b82f5dfba5 (patch) | |
tree | ae901b17807cfb0b38bdf4a5a3b201c39aa71cb8 /llvm/lib/CodeGen/MachineCodeEmitter.cpp | |
parent | 3db46bd0e1273b9069860883bbce704e1f3969ef (diff) | |
download | llvm-b3e3840e5c131fe2868d1ef5aa38c0b82f5dfba5.zip llvm-b3e3840e5c131fe2868d1ef5aa38c0b82f5dfba5.tar.gz llvm-b3e3840e5c131fe2868d1ef5aa38c0b82f5dfba5.tar.bz2 |
Instead of storing std::string's for ExternalSymbol references, rely on the
fact that all ExternalSymbols are actually string literals with static storage.
Thus we don't have to do anything special to hold them and we certainly don't
have to copy string data around.
llvm-svn: 18007
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeEmitter.cpp')
0 files changed, 0 insertions, 0 deletions