From 28c18fea44528bc03fb648c2c4a751d11a2ca47d Mon Sep 17 00:00:00 2001 From: daney Date: Sun, 12 Aug 2007 05:43:05 +0000 Subject: [PATCH] * config/mips/mips.c (mips_sched_reorder): Mark cycle parameter as ATTRIBUTE_UNUSED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127371 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db73703..5434dc9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-11 David Daney + + * config/mips/mips.c (mips_sched_reorder): Mark cycle parameter + as ATTRIBUTE_UNUSED. + 2007-08-11 David Edelsohn Segher Boessenkool diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index dda3616..02bf87c 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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 -- 2.7.4