We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc58e8 commit 571fa37Copy full SHA for 571fa37
compiler/noirc_evaluator/src/ssa/ir/dom.rs
@@ -602,7 +602,6 @@ mod tests {
602
let mut post_dom = DominatorTree::with_function_post_dom(&func);
603
604
let cfg = ControlFlowGraph::with_function(&func);
605
- let reversed_cfg = cfg.reverse();
606
let dom_frontiers = post_dom.compute_dominance_frontiers(&cfg);
607
assert!(dom_frontiers.is_empty());
608
}
0 commit comments