summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin
diff options
context:
space:
mode:
authorweiguozhi <57237827+weiguozhi@users.noreply.github.com>2025-02-27 15:40:21 -0800
committerGitHub <noreply@github.com>2025-02-27 15:40:21 -0800
commit11e65b98b3c0088a84ca5d1d74a0fd4bab462b40 (patch)
tree7a722eda36dc6e3ec247409b3fb5add38c1cb640 /lldb/test/API/functionalities/plugins/python_os_plugin
parent63ecb0135d1c6457f82fc0e717d4fa8cdf0ee8e0 (diff)
[JumpThreading] Remove deleted BB from Unreachable (#126984)
Although an unreachable BB is skipped by processBlock, its successor can still be handled by processBlock, and maybeMergeBasicBlockIntoOnlyPred may merge the two BBs and delete the unreachable BB. Then the garbage pointer is left in Unreachable set. This patch avoids merging a BB into unreachable predecessor.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
0 files changed, 0 insertions, 0 deletions