1.0.32.29: Add build flag :sb-xref-for-internals.
[sbcl.git] / src / compiler / ir1util.lisp
index f27b60d..257fbe5 100644 (file)
     (lvar-dynamic-extent it)))
 
 (defun flushable-combination-p (call)
-  (declare (combination call))
+  (declare (type combination call))
   (let ((kind (combination-kind call))
         (info (combination-fun-info call)))
     (when (and (eq kind :known) (fun-info-p info))