]> git.eshelyaron.com Git - emacs.git/commit
* src/comp.c (emit_binary_op): New function.
authorAndrea Corallo <akrl@sdf.org>
Sun, 5 Apr 2020 14:40:01 +0000 (15:40 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 5 Apr 2020 20:11:02 +0000 (21:11 +0100)
commit7009e8af055afcef85c30d8a3866689bd4e49a4a
tree2edd9f9631e4732298ac8af2dc36c3d661089eba
parente3dff709b75c83c3939727538aa0bd072c268687
* src/comp.c (emit_binary_op): New function.

Wrap gcc_jit_context_new_binary_op within emit_binary_op to make sure
input type are coherent and save a slew of code.
src/comp.c