summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index c3e797b9b17..a9db8c6ff07 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -1967,10 +1967,6 @@ These are substituted with a normal 'set' op."
(comp-log-func comp-func 3))))
(comp-ctxt-funcs-h comp-ctxt))))
-;; NOTE: After TCO runs edges, phis etc are not updated. In case some
-;; other pass that make use of them after here is added `comp-ssa'
-;; should be re-run.
-
;;; Final pass specific code.