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:
parent
05259c4a23
commit
3848f3bff0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user