diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp
index ae256a1f7fc58c1272416bf8b1a37e9400b73cdd..519fb1044cd7f92e2c21de4cd0078199e398d0d9 100644
--- a/compiler/envanal.lisp
+++ b/compiler/envanal.lisp
@@ -48,7 +48,7 @@
 	       (node (lambda-bind fun)))
 	  (setf (leaf-type f) dtype)
 	  (when (and (eq (function-type-returns dtype) *empty-type*)
-		     (policy node (>= safety brevity)))
+		     (policy node (zerop brevity)))
 	    (let ((*compiler-error-context* node))
 	      (compiler-note "Function does not return."))))))