expr.c (move_by_pieces): No longer static.
authorJeffrey A Law <law@cygnus.com>
Mon, 17 Aug 1998 16:37:49 +0000 (16:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 17 Aug 1998 16:37:49 +0000 (10:37 -0600)
commit2e245dac404f9921584d2baf3b9b98a3b88eacce
tree87daa8f446ebfd58d99548e8c2faf924718220b2
parent9f2b61e454f018a57279c463d50e5c736e47edaa
expr.c (move_by_pieces): No longer static.

        * expr.c (move_by_pieces): No longer static.  Remove prototype.
        * rtl.h (move_by_pieces): Add extern prototype.
        * mips.c (expand_block_move): Handle aligned straight line copy by
        calling move_by_pieces.

From-SVN: r21794
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/expr.c
gcc/rtl.h