]> git.eshelyaron.com Git - emacs.git/commitdiff
* ; Clean-up out of date comment
authorAndreaCorallo <akrl@sdf.org>
Sun, 1 Mar 2020 21:10:49 +0000 (21:10 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 1 Mar 2020 21:10:49 +0000 (21:10 +0000)
lisp/emacs-lisp/comp.el

index c3e797b9b17d918b2d87e5308d1796a2f928fd91..a9db8c6ff07322753a8e891200497429def9fa0f 100644 (file)
@@ -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.
-
 \f
 ;;; Final pass specific code.