From 729abe34d964a97e2b9745dba624590b0f09c095 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 16 Sep 1992 16:45:14 +0000 Subject: [PATCH] Make propagate-from-sets an entry point. --- compiler/ir1opt.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp index 0243b0ffb..14ca93a34 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 ;;; -- GitLab