Re: [PATCH 5/9] genemit: Factor out code common to insns and expands
On 5/16/25 11:21 AM, Richard Sandiford wrote: Mostly to reduce cut-&-paste. gcc/ * genemit.cc (start_gen_insn): New function, split out from... (gen_insn, gen_expand): ...here. OK jeff
[PATCH 5/9] genemit: Factor out code common to insns and expands
Mostly to reduce cut-&-paste. gcc/ * genemit.cc (start_gen_insn): New function, split out from... (gen_insn, gen_expand): ...here. --- gcc/genemit.cc | 45 ++--- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/gcc/genemit.cc