Commit cf9c6ca5 by Roger Sayle Committed by Roger Sayle

* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.

From-SVN: r81554
parent 32dd2dc9
2004-05-05 Roger Sayle <roger@eyesopen.com>
* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
2004-05-05 Ian Lance Taylor <ian@wasabisystems.com>
PR driver/9822
......
......@@ -6964,7 +6964,7 @@ do_output_reload (struct insn_chain *chain, struct reload *rl, int j)
the same number of registers to store the reload value. */
static bool
inherit_piecemeal_p (int r, int regno)
inherit_piecemeal_p (int r ATTRIBUTE_UNUSED, int regno ATTRIBUTE_UNUSED)
{
#ifdef CANNOT_CHANGE_MODE_CLASS
return (!REG_CANNOT_CHANGE_MODE_P (reload_spill_index[r],
......
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