X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fgtn.lisp;h=e2520f80e6977bb573eefb9c4a4fd7a4014d8079;hb=4cf50b1896b25f5337e7c258b0b560da00d47993;hp=6795bd247aa279f8b38ae2a2a55c4ee29c58a597;hpb=82e0a78df47685519b12683f495d7ae19e07d3cf;p=sbcl.git diff --git a/src/compiler/gtn.lisp b/src/compiler/gtn.lisp index 6795bd2..e2520f8 100644 --- a/src/compiler/gtn.lisp +++ b/src/compiler/gtn.lisp @@ -127,8 +127,9 @@ (defun return-value-efficency-note (tails) (declare (type tail-set tails)) (let ((funs (tail-set-functions tails))) - (when (policy (lambda-bind (first funs)) (> (max speed space) - inhibit-warnings)) + (when (policy (lambda-bind (first funs)) + (> (max speed space) + inhibit-warnings)) (dolist (fun funs (let ((*compiler-error-context* (lambda-bind (first funs)))) (compiler-note