This commit is contained in:
Chris Fallin
2021-05-09 04:11:30 -07:00
parent 34421fcc6b
commit 5c5ea4cb9b

View File

@@ -3859,7 +3859,7 @@ impl<'a, F: Function> Env<'a, F> {
} else {
(vreg, range.from.inst().next())
};
let move_src_end = (vreg, range.to.inst().next());
let move_src_end = (vreg, range.to.inst());
log::debug!(
"vreg {:?} range {:?}: looking for program-move sources from {:?} to {:?}",
vreg,