summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorYi-Hong Lyu <Yi-Hong.Lyu@ibm.com>2019-10-02 20:25:16 +0000
committerYi-Hong Lyu <Yi-Hong.Lyu@ibm.com>2019-10-02 20:25:16 +0000
commitc7be06797436f558e1c925fae1aba8629cd1f5bf (patch)
tree89ce07d239e5e7c77868ef428f105060b5155ac1 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parente55c442b1b65a20c6fece42d4860a5148326a13e (diff)
downloadbcm5719-llvm-c7be06797436f558e1c925fae1aba8629cd1f5bf.tar.gz
bcm5719-llvm-c7be06797436f558e1c925fae1aba8629cd1f5bf.zip
[PowerPC] Fix SH field overflow issue
Store rlwinm Rx, Ry, 32, 0, 31 as rlwinm Rx, Ry, 0, 0, 31 and store rldicl Rx, Ry, 64, 0 as rldicl Rx, Ry, 0, 0. Otherwise SH field is overflow and fails assertion in assembly printing stage. Differential Revision: https://reviews.llvm.org/D66991 llvm-svn: 373519
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud