Update to the rustfmt in rust 1.27, which is now stable. (#377)
This commit is contained in:
@@ -869,7 +869,8 @@ impl<'a> Context<'a> {
|
||||
// not actually constrained by the instruction. We just want it out of the way.
|
||||
let toprc2 = self.reginfo.toprc(rci);
|
||||
let reg2 = self.divert.reg(lv.value, &self.cur.func.locations);
|
||||
if rc.contains(reg2) && self.solver.can_add_var(lv.value, toprc2, reg2)
|
||||
if rc.contains(reg2)
|
||||
&& self.solver.can_add_var(lv.value, toprc2, reg2)
|
||||
&& !self.is_live_on_outgoing_edge(lv.value)
|
||||
{
|
||||
self.solver.add_through_var(lv.value, toprc2, reg2);
|
||||
|
||||
Reference in New Issue
Block a user