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 fadbef32..12e51947 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -1634,6 +1634,7 @@ (cond ((>= olev 6) bb.(merge-jump-thunks) + bb.(compact-tregs) bb.(late-peephole bb.(get-insns))) (t bb.(get-insns)))) insns))) |