X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Frepresent.lisp;h=f8151f2411d4ae96c091d0f2dc61ed63b4449f83;hb=df679ed627975948b1cee190f4d79c397588c43e;hp=ad0add77c0594c0bd592a9dcb6a0decbf170af7c;hpb=0bca0cb1bf5ce5572ab5cd7ba59f87fed1f2edb0;p=sbcl.git diff --git a/src/compiler/represent.lisp b/src/compiler/represent.lisp index ad0add7..f8151f2 100644 --- a/src/compiler/represent.lisp +++ b/src/compiler/represent.lisp @@ -227,6 +227,7 @@ (defun add-representation-costs (refs scs costs ops-slot costs-slot more-costs-slot write-p) + (declare (type function ops-slot costs-slot more-costs-slot)) (do ((ref refs (tn-ref-next ref))) ((null ref)) (flet ((add-costs (cost)