Commit 57049d39 by Eric Christopher Committed by Eric Christopher

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
parent f972cae4
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
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment