1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

* lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-simple): Suppress warning.

This commit is contained in:
Andrea Corallo 2021-03-06 20:51:11 +01:00
parent 05259c4a23
commit 3848f3bff0

View File

@ -2384,8 +2384,7 @@ TARGET-BB-SYM is the symbol name of the target block."
for insn-seq on (comp-block-insns b)
do
(pcase insn-seq
(`((set ,(and (pred comp-mvar-p) tmp-mvar)
,(and (pred comp-mvar-p) obj1))
(`((set ,(and (pred comp-mvar-p) tmp-mvar) ,(pred comp-mvar-p))
;; (comment ,_comment-str)
(cond-jump ,tmp-mvar ,obj2 . ,blocks))
(cl-loop