0.pre7.86.flaky7.1:
[sbcl.git] / src / compiler / ir1util.lisp
index 4c5d3a3..1e3369e 100644 (file)
 ;;; triggered by deletion.
 (defun delete-component (component)
   (declare (type component component))
-  (aver (null (component-new-functions component)))
+  (aver (null (component-new-funs component)))
   (setf (component-kind component) :deleted)
   (do-blocks (block component)
     (setf (block-delete-p block) t))