Commit be0c8098 authored by Jeremy Morse's avatar Jeremy Morse
Browse files

[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.
parent 042bb285
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment