diff options
Diffstat (limited to 'stdlib/compiler.tl')
-rw-r--r-- | stdlib/compiler.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index 19dbf260..0d8e1de2 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -1622,7 +1622,8 @@ bb.(elim-dead-code)) (when (>= olev 5) bb.(calc-liveness) - bb.(peephole)) + bb.(peephole) + bb.(elim-dead-code)) (cond ((>= olev 6) bb.(merge-jump-thunks) |