summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-11 18:25:10 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-11 18:25:10 +0000
commit31a0b5e2f005b75d0606e3283a2853392c796bb9 (patch)
tree4a7159581382569c60cb0c5579a4642b2b97c123 /lldb/source/Plugins
parentc7c465c573032d6d1b9589c5ff5842e473a37d30 (diff)
downloadbcm5719-llvm-31a0b5e2f005b75d0606e3283a2853392c796bb9.tar.gz
bcm5719-llvm-31a0b5e2f005b75d0606e3283a2853392c796bb9.zip
Avoid hoisting spills when looking at a copy from another register that is also
about to be spilled. This can only happen when two extra snippet registers are included in the spill, and there is a copy between them. Hoisting the spill creates problems because the hoist will mark the copy for later dead code elimination, and spilling the second register will turn the copy into a spill. <rdar://problem/9420853> llvm-svn: 131192
Diffstat (limited to 'lldb/source/Plugins')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud