[ARM] Remove duplicated enum type for CPU identifiers
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 10 Nov 2016 10:38:03 +0000 (10:38 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 10 Nov 2016 10:38:03 +0000 (10:38 +0000)
commitb854516cc1943199ce15a23df340a7d2d7196a56
treecc2cec46d932ef47b07a8e372167e3461b0cc0c4
parent35d2bec0454ef630dd3c2258c34b2b05a21995a5
[ARM] Remove duplicated enum type for CPU identifiers

* arm.h (target_cpus): Delete.
* arm-opts.h (enum processor_type): Prefix entires with TARGET_CPU_.
* arm.c (all_cores): Prefix IDENT with TARGET_CPU_.
(all_architectures): Likewise.
(arm_option_override): Adjust use of CPU enums.
(arm_sched_reorder): Likewise.
* vfp.md (movdi_vfp, movdi_vfp_cortexa8): Likewise.
* arm.opt (mcpu, mtune): Adjust use of CPU enums.
* arm/genopt.sh (processor_type): Prefix enumeration entries with
TARGET_CPU_.
* arm-tables.opt: Regenerated.

From-SVN: r242034
gcc/ChangeLog
gcc/config/arm/arm-opts.h
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.opt
gcc/config/arm/genopt.sh
gcc/config/arm/vfp.md