mirror of git://gcc.gnu.org/git/gcc.git
* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
From-SVN: r81554
This commit is contained in:
parent
32dd2dc979
commit
cf9c6ca5e9
|
@ -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
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue