]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.c (mips_rtx_costs): Remove unused variable.
authorEric Christopher <echristo@redhat.com>
Sun, 5 Jun 2005 08:12:04 +0000 (08:12 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Sun, 5 Jun 2005 08:12:04 +0000 (08:12 +0000)
2005-06-05  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r100613

gcc/ChangeLog
gcc/config/mips/mips.c

index 9cad0ce1a49140f58f7de5a9dec57b475575b102..ae622747e47bb46e8eb9b653269aa39f0246a21d 100644 (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
index 155682aa624e96169c704ddbd98f7c7428442624..c9ec48de352ff3e8e32d11275e7c768c40bc91d0 100644 (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: