mips.c (mips_rtx_costs): Remove unused variable.

2005-06-05  Eric Christopher  <echristo@redhat.com>

	* config/mips/mips.c (mips_rtx_costs): Remove unused variable.

From-SVN: r100613
This commit is contained in:
Eric Christopher 2005-06-05 08:12:04 +00:00 committed by Eric Christopher
parent f972cae4b6
commit 57049d399a
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2005-06-05 Eric Christopher <echristo@redhat.com>
* config/mips/mips.c (mips_rtx_costs): Remove unused variable.
2005-06-05 Hans-Peter Nilsson <hp@bitrange.com>
PR target/21914

View File

@ -2307,9 +2307,6 @@ mips_rtx_costs (rtx x, int code, int outer_code, int *total)
enum machine_mode mode = GET_MODE (x);
bool float_mode_p = FLOAT_MODE_P (mode);
/* To be used for soft-float costs. */
int max_cost = COSTS_N_INSNS (256);
switch (code)
{
case CONST_INT: