Skip to content

Commit ae318e3

Browse files
committed
Remove outdated comment.
1 parent 6f271dc commit ae318e3

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_data_structures/src/graph/dominators

1 file changed

+0
-2
lines changed

compiler/rustc_data_structures/src/graph/dominators/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ pub struct DominatorTree<N: Idx> {
315315
// Even though we track only the immediate dominator of each node, it's
316316
// possible to get its full list of dominators by looking up the dominator
317317
// of each dominator. (See the `impl Iterator for Iter` definition).
318-
//
319-
// Note: immediate_dominators[root] is Some(root)!
320318
immediate_dominators: IndexVec<N, Option<N>>,
321319
}
322320

0 commit comments

Comments
 (0)