Re: [PATCH] Change the type of memory classification functions to bool

2021-07-11 Thread Richard Biener via Gcc-patches
On Fri, Jul 9, 2021 at 5:07 PM Uros Bizjak via Gcc-patches wrote: > > 2021-07-09 Uroš Bizjak > > gcc/ > * recog.c (memory_address_addr_space_p): Change the type to bool. > Return true/false instead of 1/0. > (offsettable_memref_p): Ditto. > (offsettable_nonstrict_memref_p): Ditt

[PATCH] Change the type of memory classification functions to bool

2021-07-09 Thread Uros Bizjak via Gcc-patches
2021-07-09 Uroš Bizjak gcc/ * recog.c (memory_address_addr_space_p): Change the type to bool. Return true/false instead of 1/0. (offsettable_memref_p): Ditto. (offsettable_nonstrict_memref_p): Ditto. (offsettable_address_addr_space_p): Ditto. Change the type of addressp