placate tidy in mir::dataflow.

This commit is contained in:
Felix S. Klock II 2016-05-24 23:08:16 +02:00
parent a82676eefa
commit ac6ea44549

View File

@ -121,9 +121,8 @@ impl<'b, 'a: 'b, 'tcx: 'a, BD> PropagationContext<'b, 'a, 'tcx, BD>
in_out.union(sets.gen_set);
in_out.subtract(sets.kill_set);
}
builder.propagate_bits_into_graph_successors_of(in_out,
&mut self.changed,
(repr::BasicBlock::new(bb_idx), bb_data));
builder.propagate_bits_into_graph_successors_of(
in_out, &mut self.changed, (repr::BasicBlock::new(bb_idx), bb_data));
}
}
}