* compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED
markers.
From-SVN: r169143
+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
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;