Commit 658cf52f by Ulrich Weigand Committed by Ulrich Weigand

* expr.c (can_move_by_pieces): align argument may be unused.

From-SVN: r67764
parent 06765df1
2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
* expr.c (can_move_by_pieces): align argument may be unused.
2003-06-11 J"orn Rennecke <joern.rennecke@superh.com> 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
* expr.c (convert_move): Handle moves between two CONCATs. * expr.c (convert_move): Handle moves between two CONCATs.
......
...@@ -1470,7 +1470,7 @@ convert_modes (mode, oldmode, x, unsignedp) ...@@ -1470,7 +1470,7 @@ convert_modes (mode, oldmode, x, unsignedp)
int int
can_move_by_pieces (len, align) can_move_by_pieces (len, align)
unsigned HOST_WIDE_INT len; unsigned HOST_WIDE_INT len;
unsigned int align; unsigned int align ATTRIBUTE_UNUSED;
{ {
return MOVE_BY_PIECES_P (len, align); 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