diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-06-30 20:54:21 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-06-30 20:54:21 +0000 |
commit | 2b00f08620d99e49734a9cae8c14461912afbc47 (patch) | |
tree | e5df6107b065f52996f42cfc355b3aa453fe02f3 /llvm/lib/Transforms/Utils/CloneModule.cpp | |
parent | 10fcac7b0768dfb1d9fb3030f2bb664ad8e4e65b (diff) | |
download | llvm-2b00f08620d99e49734a9cae8c14461912afbc47.zip llvm-2b00f08620d99e49734a9cae8c14461912afbc47.tar.gz llvm-2b00f08620d99e49734a9cae8c14461912afbc47.tar.bz2 |
Pack MCSymbol::HasName in to a spare bit in the section/fragment union.
This is part of an effort to pack the average MCSymbol down to 24 bytes.
The HasName bit was pushing the size of the bitfield over to another word,
so this change uses a PointerIntPair to fit in it to unused bits of a
PointerUnion.
Reviewed by Rafael EspĂndola
llvm-svn: 241115
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
0 files changed, 0 insertions, 0 deletions