Commit 1b9a8025 by Joern Rennecke Committed by Joern Rennecke

* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.

From-SVN: r193035
parent c89e29b4
2012-10-31 Joern Rennecke <joern.rennecke@embecosm.com>
* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.
2012-10-31 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/19105
......@@ -841,7 +841,7 @@ widest_int_mode_for_size (unsigned int size)
succeed. */
int
can_move_by_pieces (unsigned HOST_WIDE_INT len,
can_move_by_pieces (unsigned HOST_WIDE_INT len ATTRIBUTE_UNUSED,
unsigned int align ATTRIBUTE_UNUSED)
{
return MOVE_BY_PIECES_P (len, align);
......
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