From: rts Date: Thu, 13 Aug 2015 07:41:45 +0000 (+0000) Subject: [MIPS] Remove W32 and W64 pseudo-processors. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b44673e2bceb9515f7743a9ea7b30b57a9d3e29;p=thirdparty%2Fgcc.git [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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226851 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b62396c7afe..858eede53ff1 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 535a865e488f..238b9b0b84e4 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 2954a12702b0..a0079d5c9746 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -67,8 +67,6 @@ xlr xlp p5600 - w32 - w64 m5100 i6400 ])