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:
parent
407f5aac70
commit
ab5611c25b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue