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:
Andreas Schwab 2011-01-23 14:27:33 +00:00 committed by Andreas Schwab
parent aeb4e803dc
commit 7fcaf152b6
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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;