diff options
Diffstat (limited to 'stdlib/compiler.tl')
-rw-r--r-- | stdlib/compiler.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index fe4db13e..c3043d38 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -1840,6 +1840,7 @@ (while* (and (>= olev 6) (neql nblocks (set nblocks bb.(num-blocks)))) bb.(calc-liveness) + bb.(identify-cycle-members) bb.(peephole) bb.(link-graph) bb.(thread-jumps) |