From e77e132f16a0cd759f272183ebdb5d9eef807d23 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 10 Feb 1994 23:16:32 +0000 Subject: [PATCH] Clobber functional-entry-function too in delete-component. --- compiler/ir1util.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp index a19ab25c0..73cfca785 100644 --- a/compiler/ir1util.lisp +++ b/compiler/ir1util.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.75 1994/02/08 14:29:50 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.76 1994/02/10 23:16:32 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1257,6 +1257,7 @@ (setf (block-delete-p block) t)) (dolist (fun (component-lambdas component)) (setf (functional-kind fun) nil) + (setf (functional-entry-function fun) nil) (setf (leaf-refs fun) nil) (delete-functional fun)) (do-blocks (block component) -- GitLab