diff --git a/compiler/gtn.lisp b/compiler/gtn.lisp
index de7c92845c3204eba7902c5beef0c1fa54ccbaa8..c47e685059ab473d9d662f7e403354a9f1eeef6a 100644
--- a/compiler/gtn.lisp
+++ b/compiler/gtn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.16 1994/10/31 04:27:28 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.17 1997/09/22 19:17:44 dtc Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -57,6 +57,7 @@
 	     (temp (make-normal-tn type))
 	     (node (lambda-bind fun))
 	     (res (if (or (and let-p (policy node (< debug 3)))
+			  (policy node (zerop debug))
 			  (policy node (= speed 3)))
 		      temp
 		      (environment-debug-live-tn temp