From 1e5b6ce415d78b1980155255fa5b2af5da6e0e62 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Tue, 24 Feb 1998 19:19:00 +0000 Subject: [PATCH] Within find-uses catch :deleted continuations returning Nil. --- compiler/ir1util.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp index 13efe5d96..40ed2142b 100644 --- a/compiler/ir1util.lisp +++ b/compiler/ir1util.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.77 1994/10/31 04:27:28 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.78 1998/02/24 19:19:00 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -82,7 +82,8 @@ ((:block-start :deleted-block-start) (block-start-uses (continuation-block cont))) (:inside-block (list (continuation-use cont))) - (:unused nil))) + (:unused nil) + (:deleted nil))) ;;; Delete-Continuation-Use -- Interface -- GitLab