projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32dd2dc
)
* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
author
Roger Sayle
<roger@eyesopen.com>
Thu, 6 May 2004 03:24:49 +0000
(
03:24
+0000)
committer
Roger Sayle
<sayle@gcc.gnu.org>
Thu, 6 May 2004 03:24:49 +0000
(
03:24
+0000)
From-SVN: r81554
gcc/ChangeLog
patch
|
blob
|
history
gcc/reload1.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 65f418854578fa7132f9fcc0472563d4c0fa0282..0831dc0dabeef20f1b8ec30b406d3bdbe25fc6ba 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/reload1.c
b/gcc/reload1.c
index 8c17a61a4b0c5c9b87a52bfecb4277b9875667d9..c848ce67101b372f6641f7d8a1538b6d9df24e91 100644
(file)
--- a/
gcc/reload1.c
+++ b/
gcc/reload1.c
@@
-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],