diff options
author | Jeremy Morse <jeremy.morse@sony.com> | 2025-01-27 16:44:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 16:44:14 +0000 |
commit | 34b139594aa20fe712bc2ad68544632b3e4d8512 (patch) | |
tree | 18cbd3bb7b614d704f4b1552ebffd9a3b2a619c0 /libcxx/src/algorithm.cpp | |
parent | 038b42ba5b47b1aa2d47ef5706a713f6bfbbc37c (diff) | |
download | llvm-34b139594aa20fe712bc2ad68544632b3e4d8512.zip llvm-34b139594aa20fe712bc2ad68544632b3e4d8512.tar.gz llvm-34b139594aa20fe712bc2ad68544632b3e4d8512.tar.bz2 |
[NFC][DebugInfo] Switch more call-sites to using iterator-insertion (#124283)
To finalise the "RemoveDIs" work removing debug intrinsics, we're
updating call sites that insert instructions to use iterators instead.
This set of changes are those where it's not immediately obvious that
just calling getIterator to fetch an iterator is correct, and one or two
places where more than one line needs to change.
Overall the same rule holds though: iterators generated for the start of
a block such as getFirstNonPHIIt need to be passed into insert/move
methods without being unwrapped/rewrapped, everything else can use
getIterator.
Diffstat (limited to 'libcxx/src/algorithm.cpp')
0 files changed, 0 insertions, 0 deletions