diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp index 0243b0ffbc73b1430d282a17b51d9928d539d528..14ca93a34270c505ca9d82e959c945fd43997fb3 100644 --- a/compiler/ir1opt.lisp +++ b/compiler/ir1opt.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/ir1opt.lisp,v 1.51 1992/09/15 17:16:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.52 1992/09/16 16:45:14 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1123,7 +1123,8 @@ (declaim (start-block ir1-optimize-set constant-reference-p delete-let propagate-let-args propagate-local-call-args - propagate-to-refs ir1-optimize-mv-combination)) + propagate-to-refs propagate-from-sets + ir1-optimize-mv-combination)) ;;; Propagate-To-Refs -- Internal ;;;