recog: Split out a register_asm_p function
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 17 Dec 2020 00:15:04 +0000 (00:15 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 17 Dec 2020 00:15:04 +0000 (00:15 +0000)
commitb665081f577d875903570ad64f40278faf0f79a0
tree80017d507a06471713351db5993f09d66c359aac
parentd6c9781e073c359552d361ad34eb07c6c9231573
recog: Split out a register_asm_p function

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 whether
a hard register is a register asm to...
* rtlanal.c (register_asm_p): ...this new function.
gcc/recog.c
gcc/rtl.h
gcc/rtlanal.c