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

From-SVN: r81554
This commit is contained in:
Roger Sayle 2004-05-06 03:24:49 +00:00 committed by Roger Sayle
parent 32dd2dc979
commit cf9c6ca5e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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],