1.0.29.22: smattering of DOCUMENTATION cleanups
[sbcl.git] / src / compiler / physenvanal.lisp
index 0b92341..ec527cf 100644 (file)
                                         (setf (lvar-dynamic-extent real) cleanup)
                                         (real-dx-lvars real)))
                                      (t
-                                      (do-uses (use lvar)
-                                        (let ((source (find-original-source (node-source-path use))))
-                                          (unless (symbolp source)
-                                            (compiler-notify "could not stack allocate the result of ~S"
-                                                             source))))
+                                      (note-no-stack-allocation lvar)
                                       (setf (lvar-dynamic-extent lvar) nil)))))
                             (node       ; DX closure
                              (let* ((call what)