diff --git a/compiler/tn.lisp b/compiler/tn.lisp index 9cbbccdd5c8778c615f97df2b4d08c987a77b12e..0bbc933ff2a3be23ac637a5d75f0edd55ab3de4b 100644 --- a/compiler/tn.lisp +++ b/compiler/tn.lisp @@ -481,6 +481,4 @@ (declare (type tn tn)) (let ((ref (or (tn-reads tn) (tn-writes tn)))) (assert ref) - (lambda-environment - (block-lambda - (ir2-block-block (vop-block (tn-ref-vop ref))))))) + (block-environment (ir2-block-block (vop-block (tn-ref-vop ref))))))