Commit 7fcaf152 by Andreas Schwab Committed by Andreas Schwab

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
parent aeb4e803
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment