From cf8437d739a56164f61e9d3958dbb682928ac8b2 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 23 Jul 1990 15:10:31 +0000 Subject: [PATCH] Use block-environment instead of the obsolete block-lambda. --- compiler/tn.lisp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/tn.lisp b/compiler/tn.lisp index 9cbbccdd5..0bbc933ff 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)))))) -- GitLab