Skip to content
Snippets Groups Projects
Commit 05284416 authored by wlott's avatar wlott
Browse files

Do not SUBSTITUTE-SINGLE-USE-CONTINUATION when *BYTE-COMPILING*.

parent 965453d7
No related branches found
No related tags found
No related merge requests found
......@@ -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.46 1992/06/04 17:48:53 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.47 1992/07/22 23:22:33 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1214,6 +1214,7 @@
leaf var))
t)))))
((and (null (rest (leaf-refs var)))
(not *byte-compiling*)
(substitute-single-use-continuation arg var)))
(t
(propagate-to-refs var (continuation-type arg))))))
......
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