]> git.eshelyaron.com Git - emacs.git/commit
Invert basic block argument order in LIMPLE cond-jump
authorAndrea Corallo <akrl@sdf.org>
Tue, 22 Dec 2020 08:57:51 +0000 (09:57 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 24 Dec 2020 14:22:32 +0000 (15:22 +0100)
commit4deeb2f2eec340f8f2ef6f0d474503ea9b30ed43
treef65ab42039fd2242a0d28b50eac4152f1d82aaf6
parentb99a4744822a11e4af098b63db18f54a4e323d58
Invert basic block argument order in LIMPLE cond-jump

* lisp/emacs-lisp/comp.el (comp-emit-cond-jump)
(comp-emit-switch, comp-emit-narg-prologue, comp-add-cond-cstrs):
Invert basic block argument order in LIMPLE cond-jump.
* src/comp.c (emit_limple_insn): Likewise.
lisp/emacs-lisp/comp.el
src/comp.c