Re: [SH] Reorg some CONST_OK_ macros
Oleg Endo wrote: > This patch replaces usages of CONST_OK_FOR_I06 with > satisfies_constraint_I06 and moves the CONST_OK_FOR_I10 macro to sh.c. > Tested with 'make all-gcc'. > > OK? OK. Regards, kaz
[SH] Reorg some CONST_OK_ macros
Hello, This patch replaces usages of CONST_OK_FOR_I06 with satisfies_constraint_I06 and moves the CONST_OK_FOR_I10 macro to sh.c. Tested with 'make all-gcc'. OK? Cheers, Oleg ChangeLog: * config/sh/sh.h (CONST_OK_FOR_I06): Delete. (CONST_OK_FOR_I10): Move macro to ... *