mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 01:40:39 +08:00
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:
parent
f972cae4b6
commit
57049d399a
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user