From 93f3dee013d8f70db238ad6dd94f056a2a75d4dc Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 9 Nov 1991 22:12:49 +0000 Subject: [PATCH] When converting an OK combination, call MAYBE-TERMINATE-BLOCK (unless *CONVERTING-FOR-INTERPRETER*). --- compiler/ir1tran.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index 90d5fa96b..801f7b426 100644 --- a/compiler/ir1tran.lisp +++ b/compiler/ir1tran.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/ir1tran.lisp,v 1.57 1991/11/08 15:24:33 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.58 1991/11/09 22:12:49 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -421,6 +421,8 @@ :warning-function #'compiler-note) (recognize-known-call node) (assert-call-type node type) + (unless *converting-for-interpreter* + (maybe-terminate-block node)) (setf (continuation-%derived-type fun-cont) type) (setf (continuation-reoptimize fun-cont) nil) (setf (continuation-%type-check fun-cont) nil) -- GitLab