On 5/16/25 11:21 AM, Richard Sandiford wrote:
This patch makes genemit.cc pass the md_rtx_info around by constant reference rather than pointer. It's somewhat of a cosmetic change on its own, but it makes later changes less noisy. gcc/ * genemit.cc (gen_exp): Make the info argument a constant reference. (gen_emit_seq, gen_insn, gen_expand, gen_split): Likewise. (output_add_clobbers): Likewise. (main): Update calls accordingly.
OK jeff