X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fcontrol.lisp;h=9259a02a5a651afcf0d63b593739fe305fe3fb33;hb=6e7e59adb6f6c30f84b31695b48cb51e2c519d75;hp=76390e433611f67dd613fcbe57be988d4fbea370;hpb=20748f2dd7965dcd1446a1cb27e5a5af18a0e5bb;p=sbcl.git diff --git a/src/compiler/control.lisp b/src/compiler/control.lisp index 76390e4..9259a02 100644 --- a/src/compiler/control.lisp +++ b/src/compiler/control.lisp @@ -188,7 +188,7 @@ (clear-flags component) (dolist (fun (component-lambdas component)) - (when (external-entry-point-p fun) + (when (xep-p fun) (control-analyze-1-fun fun component block-info-constructor))) (dolist (fun (component-lambdas component))