diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2020-06-01 14:35:12 -0700 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2020-06-05 12:47:23 -0700 |
commit | 1e9a0a4e04aa66f048ba791e25d32ce8c02a20a4 (patch) | |
tree | fe5cde1702cc99b64bad5e4fb90efbeaccf63de7 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 8a8c6913a931e8bbd119012f4badd81155a0f48a (diff) | |
download | llvm-1e9a0a4e04aa66f048ba791e25d32ce8c02a20a4.zip llvm-1e9a0a4e04aa66f048ba791e25d32ce8c02a20a4.tar.gz llvm-1e9a0a4e04aa66f048ba791e25d32ce8c02a20a4.tar.bz2 |
SROA: Remove pointer from visited along with instruction
If an instruction is erased we also need to remove it from
Visited set. There is a very small chance that an another
newly created instruction will be created with the same
pointer value in place of an erased one.
Differential Revision: https://reviews.llvm.org/D80958
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions