Skip to content
Snippets Groups Projects
Commit fad7841b authored by ram's avatar ram
Browse files

Set COMPONENT-REANALYZE in MAYBE-TERMINATE-BLOCK if we do terminate.

parent 081846a4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -767,6 +767,7 @@
(reoptimize-continuation cont)))) (reoptimize-continuation cont))))
(unlink-blocks block (first (block-succ block))) (unlink-blocks block (first (block-succ block)))
(setf (component-reanalyze (block-component block)) t)
(assert (not (block-succ block))) (assert (not (block-succ block)))
(link-blocks block tail) (link-blocks block tail)
(add-continuation-use call (make-continuation)) (add-continuation-use call (make-continuation))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment