Skip to content
Snippets Groups Projects
Commit 50724c1d authored by dtc's avatar dtc
Browse files

Declare the use of the new variable *delayed-transforms* as special in

ir1-phases, avoiding bootstrapping issues.
parent 2cdc4fe6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.118 2000/08/09 12:56:40 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.119 2000/08/09 13:23:19 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -231,7 +231,7 @@
(let ((*constraint-number* 0)
(loop-count 1)
(*delayed-transforms* nil))
(declare (special *constraint-number*))
(declare (special *constraint-number* *delayed-transforms*))
(loop
(ir1-optimize-until-done component)
(when (or (component-new-functions component)
......
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