diff options
author | AndreaCorallo <akrl@sdf.org> | 2020-03-01 21:10:49 +0000 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-03-01 21:10:49 +0000 |
commit | bf4f620b2f97d218c4d96ff25fa246a4fe32d744 (patch) | |
tree | 766e63baf5e8eb1b3311b5e0a985ab88652a55c9 /lisp/emacs-lisp | |
parent | ce9e3a4ce75acc5450aa39eb4baf601c26aec3fe (diff) | |
download | emacs-bf4f620b2f97d218c4d96ff25fa246a4fe32d744.tar.gz emacs-bf4f620b2f97d218c4d96ff25fa246a4fe32d744.tar.bz2 emacs-bf4f620b2f97d218c4d96ff25fa246a4fe32d744.zip |
* ; Clean-up out of date comment
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 4 |
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. |