Re: [13/23] recog: Split out a register_asm_p function

2020-11-25 Thread Jeff Law via Gcc-patches
On 11/13/20 1:18 AM, Richard Sandiford via Gcc-patches wrote: > verify_changes has a test for whether a particular hard register > is a user-defined register asm. A later patch needs to test the > same thing, so this patch splits it out into a helper. > > gcc/ > * rtl.h (register_asm_p):

[13/23] recog: Split out a register_asm_p function

2020-11-13 Thread Richard Sandiford via Gcc-patches
verify_changes has a test for whether a particular hard register is a user-defined register asm. A later patch needs to test the same thing, so this patch splits it out into a helper. gcc/ * rtl.h (register_asm_p): Declare. * recog.c (verify_changes): Split out the test for whethe