llvm-project
be0c8098 - [NFC][Debuginfo][RemoveDIs] Switch an insertion to use iterators

Commit
1 year ago
[NFC][Debuginfo][RemoveDIs] Switch an insertion to use iterators With the soon-to-land new-debug-info storage model, it's going to be important to use iterators for instruction insertion rather than instruction pointers. This (single line in instcombine) is the last place that trips up our internal testing for debug-info, where we insert a PHI and it should be using an iterator.
Author
Committer
Parents
Loading