Skip to content
Snippets Groups Projects
Commit 4b146b12 authored by ram's avatar ram
Browse files

Flushed cleanup hackery, since the lexenv changes make this unnecessary.

parent a9a5ac09
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,6 @@
(node-ends-block (continuation-use prev)))
(let* ((prev-block (continuation-block prev))
(prev-cleanup (block-start-cleanup prev-block))
(new-block (continuation-block new-start))
(dummy (make-continuation)))
(dolist (block (block-pred prev-block))
......@@ -350,9 +349,6 @@
(ir1-convert new-start dummy (make-type-check-form types))
(assert (eq (continuation-block dummy) new-block))
(setf (block-start-cleanup new-block) prev-cleanup)
(setf (block-end-cleanup new-block) prev-cleanup)
(let ((node (continuation-use dummy)))
(setf (block-last new-block) node)
(delete-continuation-use node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment