X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1util.lisp;h=9585c637575995ce44936d5f9f442126ae7e5de7;hb=be9eb6c67b5f43a095c3de17bea945c309d662e4;hp=c892d64f708b06ac0bf70eed9b7b699fd19d1516;hpb=b6cb3d5b2e2a0d6e6c92a2f3d852051540660fef;p=sbcl.git diff --git a/src/compiler/ir1util.lisp b/src/compiler/ir1util.lisp index c892d64..9585c63 100644 --- a/src/compiler/ir1util.lisp +++ b/src/compiler/ir1util.lisp @@ -1119,7 +1119,7 @@ (delete-ref ref) (setf (ref-leaf ref) leaf) (let ((ltype (leaf-type leaf))) - (if (function-type-p ltype) + (if (fun-type-p ltype) (setf (node-derived-type ref) ltype) (derive-node-type ref ltype))) (reoptimize-continuation (node-cont ref)))