diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-07-21 20:27:18 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-07-22 06:27:18 +1000 |
commit | d3960cf47cceb53e288127680ba8f2415d56fec4 (patch) | |
tree | f01eb012e1d3b19e3759fb219d21bff1c6f2f46b /gcc/struct-equiv.c | |
parent | ffd82975cfd8e70620b85e376d11b0169cf7d3b7 (diff) | |
download | gcc-d3960cf47cceb53e288127680ba8f2415d56fec4.zip gcc-d3960cf47cceb53e288127680ba8f2415d56fec4.tar.gz gcc-d3960cf47cceb53e288127680ba8f2415d56fec4.tar.bz2 |
regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to `class' parameter.
* regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
`class' parameter.
* struct-equiv.c (note_local_live): Likewise for `y_regno'.
From-SVN: r126811
Diffstat (limited to 'gcc/struct-equiv.c')
-rw-r--r-- | gcc/struct-equiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/struct-equiv.c b/gcc/struct-equiv.c index 395fef2..119355e 100644 --- a/gcc/struct-equiv.c +++ b/gcc/struct-equiv.c @@ -328,7 +328,7 @@ note_local_live (struct equiv_info *info, rtx x, rtx y, int rvalue) if (reload_completed) { unsigned x_regno ATTRIBUTE_UNUSED = REGNO (x); - unsigned y_regno = REGNO (y); + unsigned y_regno ATTRIBUTE_UNUSED = REGNO (y); enum machine_mode x_mode = GET_MODE (x); if (secondary_reload_class (0, REGNO_REG_CLASS (y_regno), x_mode, x) |