arm.c (arm_is_xscale): Rename to arm_arch_xscale.
authorPhilip Blundell <philb@gnu.org>
Thu, 15 May 2003 18:38:21 +0000 (18:38 +0000)
committerPhil Blundell <pb@gcc.gnu.org>
Thu, 15 May 2003 18:38:21 +0000 (18:38 +0000)
commit4b3c2e48c46352fc7b22bbce659422d07dac5604
treecc04d0be2c893154a04fe86c0fde5b5727c8f1e0
parentc75a3ddc67afe85c5bf177d76a47b487ee6277be
arm.c (arm_is_xscale): Rename to arm_arch_xscale.

2003-05-15  Philip Blundell  <philb@gnu.org>

* config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
All uses updated.
(arm_tune_xscale): New variable.
(arm_override_options): Set it.
(arm_adjust_cost): Use it in place of arm_arch_xscale.
(arm_gen_load_multiple): Likewise.
(arm_gen_store_multiple): Likewise.
* config/arm/arm.md (is_xscale): Likewise.
* config/arm/arm.h (arm_tune_xscale): Declare.

From-SVN: r66839
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md