diff --git a/lib/codegen/src/regalloc/coalescing.rs b/lib/codegen/src/regalloc/coalescing.rs index 053d7f7dee..cfdfd984fd 100644 --- a/lib/codegen/src/regalloc/coalescing.rs +++ b/lib/codegen/src/regalloc/coalescing.rs @@ -375,7 +375,7 @@ impl<'a> Context<'a> { } /// Finish the union-find part of the coalescing algorithm. - /// /// + /// /// This builds the initial set of virtual registers as the transitive/reflexive/symmetric /// closure of the relation formed by EBB parameter-argument pairs found by `union_find_ebb()`. fn finish_union_find(&mut self) {