summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanPython.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-09-03 21:12:15 +0000
committerHal Finkel <hfinkel@anl.gov>2015-09-03 21:12:15 +0000
commit99d95328d6af9b99a607aec6ece9a950c38c8913 (patch)
tree3c12e64e441eb723eb7f8a620135e33914c16e69 /lldb/source/Target/ThreadPlanPython.cpp
parentc079df09a6c38a88ee4f921857682413350ff734 (diff)
downloadbcm5719-llvm-99d95328d6af9b99a607aec6ece9a950c38c8913.tar.gz
bcm5719-llvm-99d95328d6af9b99a607aec6ece9a950c38c8913.zip
[PowerPC] Compute the MMO offset for an unaligned load with signed arithmetic
If you compute the MMO offset using unsigned arithmetic, you end up with a large positive offset instead of a small negative one. In theory, this could cause bad instruction-scheduling decisions later. I noticed this by inspection from the debug output, and using that for the regression test is the best I can do right now. llvm-svn: 246805
Diffstat (limited to 'lldb/source/Target/ThreadPlanPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud