diff options
author | Tim Northover <tnorthover@apple.com> | 2016-11-16 20:54:28 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2016-11-16 20:54:28 +0000 |
commit | 397f9d9d05fc9451b274e3126891236cfd72f639 (patch) | |
tree | 95f94df8eaf2477598f6c502d547b12e1094989c /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 66827427e1ef0e14399f24b6711e704ed96a3362 (diff) | |
download | bcm5719-llvm-397f9d9d05fc9451b274e3126891236cfd72f639.tar.gz bcm5719-llvm-397f9d9d05fc9451b274e3126891236cfd72f639.zip |
ARM: fix CodeGen for 64-bit shifts.
One half of the shifts obviously needed conditional selection based on whether
the shift amount is more than 32-bits, but leaving the other half as the
natural shift isn't acceptable either: it's undefined behaviour to shift a
32-bit value by more than 31.
llvm-svn: 287149
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions