From 416e839d6b4c7f5aa8922578fb8d4c89dc94d4d6 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 11 Dec 1991 17:20:12 +0000 Subject: [PATCH] Added a call to DFO-AS-NEEDED immediately before control analysis so that all blocks have a NUMBER. --- compiler/main.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index 9d49e34b3..04e33f477 100644 --- a/compiler/main.lisp +++ b/compiler/main.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/main.lisp,v 1.47 1991/11/25 12:07:18 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.48 1991/12/11 17:20:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -233,6 +233,7 @@ (gtn-analyze component) (maybe-mumble "LTN ") (ltn-analyze component) + (dfo-as-needed component) (maybe-mumble "Control ") (control-analyze component) -- GitLab