From fad7841be753bab774e21919236b0c893d72a805 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 3 Jun 1992 19:57:43 +0000
Subject: [PATCH] Set COMPONENT-REANALYZE in MAYBE-TERMINATE-BLOCK if we do
 terminate.

---
 compiler/ir1opt.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp
index 036cd7a79..2125511ae 100644
--- a/compiler/ir1opt.lisp
+++ b/compiler/ir1opt.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/ir1opt.lisp,v 1.44 1992/04/14 18:09:01 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.45 1992/06/03 19:57:43 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -767,6 +767,7 @@
 		   (reoptimize-continuation cont))))
 	
 	(unlink-blocks block (first (block-succ block)))
+	(setf (component-reanalyze (block-component block)) t)
 	(assert (not (block-succ block)))
 	(link-blocks block tail)
 	(add-continuation-use call (make-continuation))
-- 
GitLab