mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
add comment
This commit is contained in:
parent
28cb9bf36e
commit
18ba49c694
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ impl ReferenceMatrix {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NOTE: we use -1 to mark nodes that have no predecessors, but are already
|
||||||
|
// part of an earlier group. That ensures nodes are added to just 1 group
|
||||||
let count = preds_map[succ];
|
let count = preds_map[succ];
|
||||||
preds_map[succ] = -1;
|
preds_map[succ] = -1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue