Commit 9a476c9c by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 26153085
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>
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment