aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-15 19:51:58 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-15 19:51:58 +0000
commitd9c80ef837b6120eb915cbda69b3fe21cf0ba4af (patch)
treed668a0d3ee341a73235334164c6d608e7abcc399 /lldb/source/Commands/CommandObjectProcess.cpp
parente91b2dbdf155b9e9f8ec790e77487bf2de96ea88 (diff)
downloadllvm-d9c80ef837b6120eb915cbda69b3fe21cf0ba4af.zip
llvm-d9c80ef837b6120eb915cbda69b3fe21cf0ba4af.tar.gz
llvm-d9c80ef837b6120eb915cbda69b3fe21cf0ba4af.tar.bz2
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as well.
This is necessary to avoid a crash in certain tangled situations where a kill flag is first correctly moved to a merged instruction, and then needs to be moved again: STR %R0, a... STR %R0<kill>, b... First becomes: STR %R0, b... STM a, %R0<kill>, ... and then: STM a, %R0, ... STM b, %R0<kill>, ... We can now remove the kill flag from the merged STM when needed. 8960050. llvm-svn: 125591
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions