revert: arm-cores.def (cortex-a15): Use cortex_a15_tune for tuning parameters.
Revert: 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * gcc/config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for tuning parameters. * gcc/config/arm/arm.c (arm_cortex_a15_tune): New static variable. From-SVN: r184596
This commit is contained in:
parent
a0b8b1b736
commit
d2d6bcce98
3 changed files with 9 additions and 12 deletions
|
@ -1,3 +1,11 @@
|
|||
2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
|
||||
Revert:
|
||||
2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
* config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
|
||||
tuning parameters.
|
||||
* config/arm/arm.c (arm_cortex_a15_tune): New static variable.
|
||||
|
||||
2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
|
||||
|
|
|
@ -129,7 +129,7 @@ ARM_CORE("cortex-a5", cortexa5, 7A, FL_LDSCHED, cortex_a5)
|
|||
ARM_CORE("cortex-a7", cortexa7, 7A, FL_LDSCHED | FL_THUMB_DIV | FL_ARM_DIV, cortex)
|
||||
ARM_CORE("cortex-a8", cortexa8, 7A, FL_LDSCHED, cortex)
|
||||
ARM_CORE("cortex-a9", cortexa9, 7A, FL_LDSCHED, cortex_a9)
|
||||
ARM_CORE("cortex-a15", cortexa15, 7A, FL_LDSCHED | FL_THUMB_DIV | FL_ARM_DIV, cortex_a15)
|
||||
ARM_CORE("cortex-a15", cortexa15, 7A, FL_LDSCHED | FL_THUMB_DIV | FL_ARM_DIV, cortex)
|
||||
ARM_CORE("cortex-r4", cortexr4, 7R, FL_LDSCHED, cortex)
|
||||
ARM_CORE("cortex-r4f", cortexr4f, 7R, FL_LDSCHED, cortex)
|
||||
ARM_CORE("cortex-r5", cortexr5, 7R, FL_LDSCHED | FL_ARM_DIV, cortex)
|
||||
|
|
|
@ -968,17 +968,6 @@ const struct tune_params arm_cortex_a9_tune =
|
|||
arm_default_branch_cost
|
||||
};
|
||||
|
||||
const struct tune_params arm_cortex_a15_tune =
|
||||
{
|
||||
arm_9e_rtx_costs,
|
||||
NULL,
|
||||
1, /* Constant limit. */
|
||||
1, /* Max cond insns. */
|
||||
ARM_PREFETCH_NOT_BENEFICIAL, /* TODO: Calculate correct values. */
|
||||
false, /* Prefer constant pool. */
|
||||
arm_cortex_a5_branch_cost
|
||||
};
|
||||
|
||||
const struct tune_params arm_fa726te_tune =
|
||||
{
|
||||
arm_9e_rtx_costs,
|
||||
|
|
Loading…
Add table
Reference in a new issue