Spill/reload instructions are artificially generated by the compiler and
have no relation to the original source code. So the best thing to do is
not attach any debug location to them (instead of just taking the next
debug location we find on following instructions).
(I stumbled upon this when working on the fast regalloc. At least to me it
felt odd that we do set a debug location on spill/reload instructions...)