diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-06-09 19:56:05 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-06-09 19:56:05 +0000 |
commit | a9ecddbbe5dbb1f463065b38e37fbc0d3022bcc8 (patch) | |
tree | 699ac0b4580c1ed8aee80a663c511371558549a2 /llvm/lib/Transforms/Utils/LoopSimplify.cpp | |
parent | d9699bc7bdf0362173fcd256690f61a4d47429c2 (diff) | |
download | llvm-a9ecddbbe5dbb1f463065b38e37fbc0d3022bcc8.zip llvm-a9ecddbbe5dbb1f463065b38e37fbc0d3022bcc8.tar.gz llvm-a9ecddbbe5dbb1f463065b38e37fbc0d3022bcc8.tar.bz2 |
Make MCSymbol::Name be a union of uint64_t and a pointer.
This should hopefully fix the 32-bit bots which were allocating space for a pointer
but needed to be aligned to 64-bits.
Now we allocate enough space for a uint64_t and a pointer and cast to the appropriate storage
llvm-svn: 239428
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
0 files changed, 0 insertions, 0 deletions