X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fcopyprop.lisp;h=3bae5579822fadc1ac92da91faa6a7388190c6eb;hb=4cf50b1896b25f5337e7c258b0b560da00d47993;hp=d5df77fdaaa8daaf7fee7e7f5d704fa272ff0883;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/copyprop.lisp b/src/compiler/copyprop.lisp index d5df77f..3bae557 100644 --- a/src/compiler/copyprop.lisp +++ b/src/compiler/copyprop.lisp @@ -215,8 +215,9 @@ (values)) -;;; Do copy propagation on Component by initializing the flow analysis sets, -;;; doing flow analysis, and then propagating copies using the results. +;;; Do copy propagation on COMPONENT by initializing the flow analysis +;;; sets, doing flow analysis, and then propagating copies using the +;;; results. (defun copy-propagate (component) (setf (block-out (component-head component)) (make-sset)) (do-blocks (block component)