* lisp/emacs-lisp/comp.el (comp-limplify-lap-inst): Opencode byte-not.

This commit is contained in:
Andrea Corallo 2020-12-22 13:04:02 +01:00
parent c07c9f6bf8
commit 715cac119a

View file

@ -1446,7 +1446,9 @@ the annotation emission."
(byte-listp auto)
(byte-eq auto)
(byte-memq auto)
(byte-not null)
(byte-not
(comp-emit-set-call (comp-call 'eq (comp-slot-n (comp-sp))
(make-comp-mvar :constant nil))))
(byte-car auto)
(byte-cdr auto)
(byte-cons auto)