expr.c (emit_block_move_via_movmem): Only use 6 operand variant if there are exactly...
authorRichard Henderson <rth@redhat.com>
Fri, 25 Mar 2011 23:17:26 +0000 (16:17 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 25 Mar 2011 23:17:26 +0000 (16:17 -0700)
commitc2654dede78617240167efedcb6cf2242c0d1d70
tree82345cadd98ed953ce4775edcaa47dbf2d931de3
parente3e08a1db5d35f7872683d6eb5ac8e08d9c9168c
expr.c (emit_block_move_via_movmem): Only use 6 operand variant if there are exactly 6 operands.

        * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
        if there are exactly 6 operands.
        (set_storage_via_setmem): Similarly.

From-SVN: r171532
gcc/ChangeLog
gcc/expr.c