reload.c (alternative_allows_const_pool_ref): Mark mem parameter with ATTRIBUTE_UNUSED.

* reload.c (alternative_allows_const_pool_ref): Mark mem parameter
	with ATTRIBUTE_UNUSED.

From-SVN: r148872
This commit is contained in:
Ian Lance Taylor 2009-06-23 22:11:22 +00:00 committed by Ian Lance Taylor
parent 26153085b0
commit 9a476c9ca3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-06-23 Ian Lance Taylor <iant@google.com>
* reload.c (alternative_allows_const_pool_ref): Mark mem parameter
with ATTRIBUTE_UNUSED.
2009-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
Pat Haugen <pthaugen@us.ibm.com>
Revital1 Eres <ERES@il.ibm.com>

View File

@ -4560,7 +4560,8 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known,
is null. */
static bool
alternative_allows_const_pool_ref (rtx mem, const char *constraint, int altnum)
alternative_allows_const_pool_ref (rtx mem ATTRIBUTE_UNUSED,
const char *constraint, int altnum)
{
int c;