diff options
author | OCHyams <orlando.hyams@sony.com> | 2023-01-20 14:24:57 +0000 |
---|---|---|
committer | OCHyams <orlando.hyams@sony.com> | 2023-01-20 14:30:26 +0000 |
commit | e3a00d51864e05b6755601543c5e2a2df44081d1 (patch) | |
tree | eb44df2589337f845ac2a821dd4dd74b42105751 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | a4898b437dbd76bf62c6fc2c5f015c327aa19190 (diff) | |
download | llvm-e3a00d51864e05b6755601543c5e2a2df44081d1.zip llvm-e3a00d51864e05b6755601543c5e2a2df44081d1.tar.gz llvm-e3a00d51864e05b6755601543c5e2a2df44081d1.tar.bz2 |
[Assignment Tracking] Fix invalidated iterator usage
The iterator `FirstOverlap` is invalidated after the call to `insert` - avoid
dereferencing the iterator after the call to `insert`.
Reviewed By: CarlosAlbertoEnciso
Differential Revision: https://reviews.llvm.org/D141854
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions