1.0.28.51: better MAKE-ARRAY transforms
[sbcl.git] / src / compiler / ir1opt.lisp
index c22c25c..8604960 100644 (file)
             (ref (lvar-use (combination-fun call))))
         (change-ref-leaf ref new-fun)
         (setf (combination-kind call) :full)
+        (maybe-propagate-dynamic-extent call new-fun)
         (locall-analyze-component *current-component*))))
   (values))