* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
authorRoger Sayle <roger@eyesopen.com>
Thu, 6 May 2004 03:24:49 +0000 (03:24 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 6 May 2004 03:24:49 +0000 (03:24 +0000)
From-SVN: r81554

gcc/ChangeLog
gcc/reload1.c

index 65f418854578fa7132f9fcc0472563d4c0fa0282..0831dc0dabeef20f1b8ec30b406d3bdbe25fc6ba 100644 (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
index 8c17a61a4b0c5c9b87a52bfecb4277b9875667d9..c848ce67101b372f6641f7d8a1538b6d9df24e91 100644 (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],