From 2d17c8ac3710a6ee4ce5a08769dedc85e6b7aef5 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 13 Nov 1991 19:30:07 +0000
Subject: [PATCH] Pass an explicit flag to MAYBE-TERMINATE-BLOCK indicating
 that we are in IR1 conversion.

---
 compiler/ir1tran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 801f7b426..c89cc51ce 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.58 1991/11/09 22:12:49 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.59 1991/11/13 19:30:07 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -422,7 +422,7 @@
 	(recognize-known-call node)
 	(assert-call-type node type)
 	(unless *converting-for-interpreter*
-	  (maybe-terminate-block node))
+	  (maybe-terminate-block node t))
 	(setf (continuation-%derived-type fun-cont) type)
 	(setf (continuation-reoptimize fun-cont) nil)
 	(setf (continuation-%type-check fun-cont) nil)
-- 
GitLab