mips.c (mips_sched_reorder): Mark cycle parameter as ATTRIBUTE_UNUSED.
authorDavid Daney <ddaney@avtrex.com>
Sun, 12 Aug 2007 05:43:05 +0000 (05:43 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Sun, 12 Aug 2007 05:43:05 +0000 (05:43 +0000)
* config/mips/mips.c (mips_sched_reorder):  Mark cycle parameter
as ATTRIBUTE_UNUSED.

From-SVN: r127371

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

index db73703f1911600ab8a2d2bd0e308cabbab004f2..5434dc96578de85fa7bb5897eeb1deaf34dd7bb7 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-11  David Daney  <ddaney@avtrex.com>
+
+       * config/mips/mips.c (mips_sched_reorder):  Mark cycle parameter
+       as ATTRIBUTE_UNUSED.
+
 2007-08-11  David Edelsohn  <edelsohn@gnu.org>
            Segher Boessenkool  <segher@kernel.crashing.org>
 
index dda3616862700ab302d071c8fc06b39efdba556d..02bf87c60a04abda52c33d929ea3cae31db9ea06 100644 (file)
@@ -11111,7 +11111,7 @@ mips_sched_init (FILE *file ATTRIBUTE_UNUSED, int verbose ATTRIBUTE_UNUSED,
 
 static int
 mips_sched_reorder (FILE *file ATTRIBUTE_UNUSED, int verbose ATTRIBUTE_UNUSED,
-                   rtx *ready, int *nreadyp, int cycle)
+                   rtx *ready, int *nreadyp, int cycle ATTRIBUTE_UNUSED)
 {
   if (!reload_completed
       && TUNE_MACC_CHAINS