diff options
author | James Molloy <james.molloy@arm.com> | 2016-08-31 12:33:48 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2016-08-31 12:33:48 +0000 |
commit | b7efa6c22777539be1e63a76988ed030cf264599 (patch) | |
tree | e2024670b148e4a12721fcc3e6a38acdcf114f9f /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | f2392f69d5f135c97205b5ef5c3c4d68a95ccfa4 (diff) | |
download | bcm5719-llvm-b7efa6c22777539be1e63a76988ed030cf264599.tar.gz bcm5719-llvm-b7efa6c22777539be1e63a76988ed030cf264599.zip |
[SimplifyCFG] Fix bootstrap failure after r280220
We check that a sinking candidate is used by only one PHI node during our legality checks. However for instructions that are used by other sinking candidates our heuristic is less conservative. This can result in a candidate actually being illegal when we come to sink it because of how we sunk a predecessor. Do the used-by-only-one-PHI checks again during sinking to ensure we don't crash.
llvm-svn: 280228
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions