[Lldb-commits] [lldb] [lldb] Use BasicBlock::iterator instead of InsertPosition (NFC) (PR #112307)
Jeremy Morse via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 03:57:29 PDT 2024
https://github.com/jmorse approved this pull request.
LGTM, there are a couple of scenarios here which come close to needing to store-and-pass-around `BasicBlock::iterator`s to encode a position correctly, but in all these situations it's correct to just call `getIterator`.
https://github.com/llvm/llvm-project/pull/112307
More information about the lldb-commits
mailing list