diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2020-01-07 15:10:30 -0600 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2020-01-08 19:32:37 -0600 |
commit | 1e46eb74be6527377e47090bbe0fc9298f7de2c5 (patch) | |
tree | beb4f5997c1a613bd0328ebfc8d9b29007b748ee /lldb/scripts/Python/python-extensions.swig | |
parent | 76aab66d34446ccf764cf8127b73e1517df75fb4 (diff) | |
download | llvm-1e46eb74be6527377e47090bbe0fc9298f7de2c5.zip llvm-1e46eb74be6527377e47090bbe0fc9298f7de2c5.tar.gz llvm-1e46eb74be6527377e47090bbe0fc9298f7de2c5.tar.bz2 |
[Attributor][FIX] Avoid dangling value pointers during code modification
When we replace instructions with unreachable we delete instructions. We
now avoid dangling pointers to those deleted instructions in the
`ToBeChangedToUnreachableInsts` set. Other modification collections
might need to be updated in the future as well.
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions