We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f271dc commit ae318e3Copy full SHA for ae318e3
compiler/rustc_data_structures/src/graph/dominators/mod.rs
@@ -315,8 +315,6 @@ pub struct DominatorTree<N: Idx> {
315
// Even though we track only the immediate dominator of each node, it's
316
// possible to get its full list of dominators by looking up the dominator
317
// of each dominator. (See the `impl Iterator for Iter` definition).
318
- //
319
- // Note: immediate_dominators[root] is Some(root)!
320
immediate_dominators: IndexVec<N, Option<N>>,
321
}
322
0 commit comments