From ae318e34449c0b8d92f4067d68fda604bac5da82 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Wed, 17 May 2023 10:26:04 +0000 Subject: Remove outdated comment. --- compiler/rustc_data_structures/src/graph/dominators/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_data_structures/src') diff --git a/compiler/rustc_data_structures/src/graph/dominators/mod.rs b/compiler/rustc_data_structures/src/graph/dominators/mod.rs index 5d6a1de1d21..5c5c803cc06 100644 --- a/compiler/rustc_data_structures/src/graph/dominators/mod.rs +++ b/compiler/rustc_data_structures/src/graph/dominators/mod.rs @@ -315,8 +315,6 @@ pub struct DominatorTree { // Even though we track only the immediate dominator of each node, it's // possible to get its full list of dominators by looking up the dominator // of each dominator. (See the `impl Iterator for Iter` definition). - // - // Note: immediate_dominators[root] is Some(root)! immediate_dominators: IndexVec>, } -- cgit 1.4.1-3-g733a5