Expand comment on disappearing edge.
This commit is contained in:
parent
a845bac6ba
commit
dd08dd42e5
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ impl OpportunitySet {
|
||||||
debug!(?current, ?succ);
|
debug!(?current, ?succ);
|
||||||
|
|
||||||
// `succ` must be a successor of `current`. If it is not, this means this TO is not
|
// `succ` must be a successor of `current`. If it is not, this means this TO is not
|
||||||
// satisfiable, so we bail out.
|
// satisfiable and a previous TO erased this edge, so we bail out.
|
||||||
if basic_blocks[current].terminator().successors().find(|s| *s == succ).is_none() {
|
if basic_blocks[current].terminator().successors().find(|s| *s == succ).is_none() {
|
||||||
debug!("impossible");
|
debug!("impossible");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue