[ARM][cleanup] Use R0_REGNUM and R1_REGNUM instead of 0 and 1 where appropriate
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 12 Jan 2015 11:23:14 +0000 (11:23 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 12 Jan 2015 11:23:14 +0000 (11:23 +0000)
commit03d5d16a667b8a7309faad4b5abbf49162087553
tree26d42b926d44d22dfb3cd4c2e987bd091d17f34f
parentc3aeec0aaa0969087172adb5d30db47597063c21
[ARM][cleanup] Use R0_REGNUM and R1_REGNUM instead of 0 and 1 where appropriate

* config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
in gen_rtx_REG.
(arm_tls_descseq_addr): Likewise.
(arm_gen_movmemqi): Likewise.
(arm_expand_epilogue_apcs_frame): Likewise.
(arm_expand_epilogue): Likewise.
(arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
in gen_rtx_REG.

From-SVN: r219459
gcc/ChangeLog
gcc/config/arm/arm.c