On 7/1/2021 8:55 AM, Uros Bizjak via Gcc-patches wrote:
No functional changes.
2021-07-01 Uroš Bizjak <ubiz...@gmail.com>
gcc/
* recog.c (general_operand): Return true/false instead of 1/0.
(register_operand): Ditto.
(immediate_operand): Ditto.
(const_int_operand): Ditto.
(const_scalar_int_operand): Ditto.
(const_double_operand): Ditto.
(push_operand): Ditto.
(pop_operand): Ditto.
(memory_operand): Ditto.
(indirect_operand): Ditto.
Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.
Pushed to master.
Thanks for tackling this. I fully support this kind of cleanup without
the need for waiting on an approval. If there's oddball target fallout,
my tester will catch it.
Jeff