* expr.c (move_by_pieces): Set alignment for move to minimum of
commit8b5c4aa421b4fbf2d01ca90107c416d7219bf2bd
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Aug 2004 15:05:38 +0000 (12 15:05 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Aug 2004 15:05:38 +0000 (12 15:05 +0000)
treeefaabf2ae2baf7a2843abb3d69518a7f30d1bee1
parent2ce91ad730b32272f3e2aa86c83c2431ceaa0db6
    * expr.c (move_by_pieces): Set alignment for move to minimum of
        MOVE_MAX_PIECES mode alignment and the largest non-slow mode
        alignment, but not less than the original alignment.
        (move_by_pieces_ninsns): Same.
        (can_store_by_pieces): Similar for store with STORE_MAX_PIECES.
        (store_by_pieces_1): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85875 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c