mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.
From-SVN: r193035
This commit is contained in:
parent
c89e29b4e0
commit
1b9a8025fc
@ -1,3 +1,7 @@
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user