Re: [PATCH 03/44] RISC-V: Reorder comment on SFB patterns

2023-11-18 Thread Kito Cheng
LGTM On Sun, Nov 19, 2023 at 1:36 PM Maciej W. Rozycki wrote: > > Our `movcc' expander is no longer specific to short forward branch > targets, so move its associated comment accordingly. > > gcc/ > * config/riscv/riscv.md (movcc): Move comment on SFB > patterns over to...

[PATCH 03/44] RISC-V: Reorder comment on SFB patterns

2023-11-18 Thread Maciej W. Rozycki
Our `movcc' expander is no longer specific to short forward branch targets, so move its associated comment accordingly. gcc/ * config/riscv/riscv.md (movcc): Move comment on SFB patterns over to... (*movcc): ... here. --- gcc/config/riscv/riscv.md |4 ++-- 1