1.0.26.14: minor portability fixes
[sbcl.git] / src / compiler / ir2opt.lisp
index 9919074..6c0e764 100644 (file)
     (maybe-convert-one-cmov 2block)))
 
 (defun delete-unused-ir2-blocks (component)
-  (declare (component component))
+  (declare (type component component))
   (let ((live-2blocks (make-hash-table)))
     (labels ((mark-2block (2block)
                (declare (type ir2-block 2block))