expr.c (move_by_pieces_d::generate): Mark mode parameter with ATTRIBUTE_UNUSED.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 5 Jun 2016 20:42:40 +0000 (20:42 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 5 Jun 2016 20:42:40 +0000 (20:42 +0000)
* expr.c (move_by_pieces_d::generate): Mark mode parameter with
ATTRIBUTE_UNUSED.

From-SVN: r237110

gcc/ChangeLog
gcc/expr.c

index d7a2527cace04f694b7130caed671b5b9f9d53fd..db3a073ea7e8593061092d45e729edf5c07b8777 100644 (file)
@@ -1,3 +1,8 @@
+2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
+
+       * expr.c (move_by_pieces_d::generate): Mark mode parameter with
+       ATTRIBUTE_UNUSED.
+
 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
 
        * predict.c (predicted_by_loop_heuristics_p): New function.
index 19af58fe03d02c75470bccabe2012991d6d4699a..2c32b2859ed9a0643b2895a23ced2c97e8b1fc1b 100644 (file)
@@ -1143,7 +1143,8 @@ move_by_pieces_d::prepare_mode (machine_mode mode, unsigned int align)
    gen function that should be used to generate the mode.  */
 
 void
-move_by_pieces_d::generate (rtx op0, rtx op1, machine_mode mode)
+move_by_pieces_d::generate (rtx op0, rtx op1,
+                           machine_mode mode ATTRIBUTE_UNUSED)
 {
 #ifdef PUSH_ROUNDING
   if (op0 == NULL_RTX)