aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@redhat.com>2005-06-05 08:12:04 +0000
committerEric Christopher <echristo@gcc.gnu.org>2005-06-05 08:12:04 +0000
commit57049d399a8eff8cd573a9f162467cb3aaeeee35 (patch)
tree0345662d96c8c4fec6f9d368c31a79a5d3a12cd9
parentf972cae4b6dd9664b68a9c3a3f1198d79d206384 (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9cad0ce..ae62274 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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: