fixing the rescheduling edgecase
This commit is contained in:
parent
29a23cec0c
commit
7865d692a1
|
@ -392,6 +392,8 @@ impl Nodes {
|
|||
}
|
||||
}
|
||||
|
||||
buf.sort_by_key(|&n| !self.is_cfg(n));
|
||||
|
||||
if outputs.len() != buf.len() {
|
||||
panic!("{:?} {:?}", outputs, buf);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue