From 43eb7f8acdf8ce81e5bb4934744be21f3587b115 Mon Sep 17 00:00:00 2001 From: Robert Suchanek Date: Thu, 13 Aug 2015 07:41:45 +0000 Subject: [PATCH] [MIPS] Remove W32 and W64 pseudo-processors. gcc/ * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64 pseudo-processors. * config/mips/mips.md (processor): Remove w32 and w64. From-SVN: r226851 --- gcc/ChangeLog | 6 ++++++ gcc/config/mips/mips.c | 26 -------------------------- gcc/config/mips/mips.md | 2 -- 3 files changed, 6 insertions(+), 28 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b62396c7af..858eede53ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-08-13 Robert Suchanek + + * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64 + pseudo-processors. + * config/mips/mips.md (processor): Remove w32 and w64. + 2015-08-13 Richard Biener PR tree-optimization/66502 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 535a865e488..238b9b0b84e 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -1255,32 +1255,6 @@ static const struct mips_rtx_cost_data 2, /* branch_cost */ 4 /* memory_latency */ }, - { /* W32 */ - COSTS_N_INSNS (4), /* fp_add */ - COSTS_N_INSNS (4), /* fp_mult_sf */ - COSTS_N_INSNS (5), /* fp_mult_df */ - COSTS_N_INSNS (17), /* fp_div_sf */ - COSTS_N_INSNS (32), /* fp_div_df */ - COSTS_N_INSNS (5), /* int_mult_si */ - COSTS_N_INSNS (5), /* int_mult_di */ - COSTS_N_INSNS (41), /* int_div_si */ - COSTS_N_INSNS (41), /* int_div_di */ - 1, /* branch_cost */ - 4 /* memory_latency */ - }, - { /* W64 */ - COSTS_N_INSNS (4), /* fp_add */ - COSTS_N_INSNS (4), /* fp_mult_sf */ - COSTS_N_INSNS (5), /* fp_mult_df */ - COSTS_N_INSNS (17), /* fp_div_sf */ - COSTS_N_INSNS (32), /* fp_div_df */ - COSTS_N_INSNS (5), /* int_mult_si */ - COSTS_N_INSNS (5), /* int_mult_di */ - COSTS_N_INSNS (41), /* int_div_si */ - COSTS_N_INSNS (41), /* int_div_di */ - 1, /* branch_cost */ - 4 /* memory_latency */ - }, { /* M5100 */ COSTS_N_INSNS (4), /* fp_add */ COSTS_N_INSNS (4), /* fp_mult_sf */ diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 2954a12702b..a0079d5c974 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -67,8 +67,6 @@ xlr xlp p5600 - w32 - w64 m5100 i6400 ]) -- 2.30.2