summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2016-11-16 20:54:28 +0000
committerTim Northover <tnorthover@apple.com>2016-11-16 20:54:28 +0000
commit397f9d9d05fc9451b274e3126891236cfd72f639 (patch)
tree95f94df8eaf2477598f6c502d547b12e1094989c /lldb/source/Commands/CommandObjectThread.cpp
parent66827427e1ef0e14399f24b6711e704ed96a3362 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud