mirror of git://gcc.gnu.org/git/gcc.git
compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
* compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers. From-SVN: r169143
This commit is contained in:
parent
aeb4e803dc
commit
7fcaf152b6
|
@ -1,3 +1,8 @@
|
|||
2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED
|
||||
markers.
|
||||
|
||||
2011-01-22 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
PR lto/47333
|
||||
|
|
|
@ -404,7 +404,8 @@ find_comparisons (void)
|
|||
Note that this function may start a change group. */
|
||||
|
||||
static rtx
|
||||
maybe_select_cc_mode (struct comparison *cmp, rtx a, rtx b)
|
||||
maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED,
|
||||
rtx b ATTRIBUTE_UNUSED)
|
||||
{
|
||||
enum machine_mode sel_mode;
|
||||
const int n = cmp->n_uses;
|
||||
|
|
Loading…
Reference in New Issue