1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 15:50:40 -08:00

fix comp-propagate*

This commit is contained in:
Andrea Corallo 2019-11-19 20:50:18 +01:00
parent 407f5aac70
commit ab5611c25b

View file

@ -1571,7 +1571,7 @@ Return t if something was changed."
do (comp-propagate-insn insn)
when (and (null modified) (not (equal insn orig-insn)))
do (setf modified t))
finally (cl-return modified)))
finally return modified))
(defun comp-propagate (_)
(maphash (lambda (_ f)