summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2018-07-23 20:23:50 +0000
committerDavid Greene <greened@obbligato.org>2018-07-23 20:23:50 +0000
commit4345df3dade18e30680108e1b0bd8e88f1c7da2a (patch)
tree4e4b82f752b8ccbccdd86afd914b3419ee487b1a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent5af81d5bfac9e5266a2879834d744ba5ee4b1c8f (diff)
downloadbcm5719-llvm-4345df3dade18e30680108e1b0bd8e88f1c7da2a.tar.gz
bcm5719-llvm-4345df3dade18e30680108e1b0bd8e88f1c7da2a.zip
Fix RegScavenger::unprocess
RegScavenger::unprocess walks backward, so it should undo the effects of defs before undoing effects of kills. Previously it did things in the opposite order, leaving a register apparently unused (dead) in the case where an instruction both used (killed) and defined a register. Differential Revision: https://reviews.llvm.org/D42200 llvm-svn: 337735
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud