summaryrefslogtreecommitdiff
path: root/src/compiler/dfo.lisp
diff options
context:
space:
mode:
authorAlexey Dejneka <adejneka@comail.ru>2002-12-17 12:10:22 +0000
committerAlexey Dejneka <adejneka@comail.ru>2002-12-17 12:10:22 +0000
commit12bd68a3ff68b4e06cfb8c441383b6e898d2ed78 (patch)
tree58ee7fc5aea277594d5908994a520b94b4320c2c /src/compiler/dfo.lisp
parentfcde5281a74cb29e21550f4f979ad6356f149ab9 (diff)
0.7.10.21:
Delete CLAMBDA when its BIND is detected to be unreachable.
Diffstat (limited to 'src/compiler/dfo.lisp')
-rw-r--r--src/compiler/dfo.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/dfo.lisp b/src/compiler/dfo.lisp
index 41618103a..65134b19c 100644
--- a/src/compiler/dfo.lisp
+++ b/src/compiler/dfo.lisp
@@ -187,7 +187,7 @@
(res home))))
(res)))
-;;; If CLAMBDA is not already in COMPONENT, just return that
+;;; If CLAMBDA is already in COMPONENT, just return that
;;; component. Otherwise, move the code for CLAMBDA and all lambdas it
;;; physically depends on (either because of calls or because of
;;; closure relationships) into COMPONENT, or possibly into another