diff --git a/basis/compiler/cfg/coalescing/coalescing.factor b/basis/compiler/cfg/coalescing/coalescing.factor index fe6166302f..afb364f4fe 100644 --- a/basis/compiler/cfg/coalescing/coalescing.factor +++ b/basis/compiler/cfg/coalescing/coalescing.factor @@ -54,6 +54,6 @@ SYMBOL: seen dup compute-dfs dup process-blocks break-interferences - dup insert-copies + insert-copies dup perform-renaming dup remove-phis ; \ No newline at end of file