diff options
author | Eric Christopher <echristo@redhat.com> | 2005-06-05 08:12:04 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2005-06-05 08:12:04 +0000 |
commit | 57049d399a8eff8cd573a9f162467cb3aaeeee35 (patch) | |
tree | 0345662d96c8c4fec6f9d368c31a79a5d3a12cd9 /gcc/config | |
parent | f972cae4b6dd9664b68a9c3a3f1198d79d206384 (diff) | |
download | gcc-57049d399a8eff8cd573a9f162467cb3aaeeee35.zip gcc-57049d399a8eff8cd573a9f162467cb3aaeeee35.tar.gz gcc-57049d399a8eff8cd573a9f162467cb3aaeeee35.tar.bz2 |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 155682a..c9ec48d 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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: |