aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorOCHyams <orlando.hyams@sony.com>2023-01-20 14:24:57 +0000
committerOCHyams <orlando.hyams@sony.com>2023-01-20 14:30:26 +0000
commite3a00d51864e05b6755601543c5e2a2df44081d1 (patch)
treeeb44df2589337f845ac2a821dd4dd74b42105751 /llvm/lib/CodeGen/MachineFunction.cpp
parenta4898b437dbd76bf62c6fc2c5f015c327aa19190 (diff)
downloadllvm-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