bugfix
This commit is contained in:
@@ -3859,7 +3859,7 @@ impl<'a, F: Function> Env<'a, F> {
|
|||||||
} else {
|
} else {
|
||||||
(vreg, range.from.inst().next())
|
(vreg, range.from.inst().next())
|
||||||
};
|
};
|
||||||
let move_src_end = (vreg, range.to.inst().next());
|
let move_src_end = (vreg, range.to.inst());
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"vreg {:?} range {:?}: looking for program-move sources from {:?} to {:?}",
|
"vreg {:?} range {:?}: looking for program-move sources from {:?} to {:?}",
|
||||||
vreg,
|
vreg,
|
||||||
|
|||||||
Reference in New Issue
Block a user