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

Make constant-fold-call call maybe-emit-make-load-forms on the resultant

constant so that it gets dumped correctly.
parent 2b480eb6
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.34 1991/12/11 16:55:09 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.35 1991/12/15 08:09:06 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1009,6 +1009,7 @@ ...@@ -1009,6 +1009,7 @@
(setf (combination-kind call) :full)) (setf (combination-kind call) :full))
((= (length values) 1) ((= (length values) 1)
(with-ir1-environment call (with-ir1-environment call
(make-emit-make-load-forms (first values))
(let* ((leaf (find-constant (first values))) (let* ((leaf (find-constant (first values)))
(node (make-ref (leaf-type leaf) (node (make-ref (leaf-type leaf)
leaf leaf
......
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