compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 23 Jan 2011 14:27:33 +0000 (14:27 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 23 Jan 2011 14:27:33 +0000 (14:27 +0000)
* compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED
markers.

From-SVN: r169143

gcc/ChangeLog
gcc/compare-elim.c

index 7923ba68d3badfb38dff2ae0c0d1125e8a421f00..87ae1d42ebc104eecf46f205191941dd6f086cf8 100644 (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
index 0ddeb7fd48abc7601484089da719b51aff467781..c3eecfa280b75fb50a7915b15339b7ba12aa166c 100644 (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;