]> gcc.gnu.org Git - gcc.git/commit
mips-protos.h (mips_expand_block_move): Declare.
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 17 Jun 2003 06:44:46 +0000 (06:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 17 Jun 2003 06:44:46 +0000 (06:44 +0000)
commit730cf8223861736f94452b3d0047f95c29e3ad19
tree3ba084a209c8286831867f337fc2a9f720830e79
parent6cf87ca4e574edb0bf2bcb2cf396adb6e040311d
mips-protos.h (mips_expand_block_move): Declare.

* config/mips/mips-protos.h (mips_expand_block_move): Declare.
(expand_block_move, output_block_move): Remove.
* config/mips/mips.h (enum block_move_type): Remove.
* config/mips/mips.c (block_move_call, output_block_move): Remove.
(mips_block_move_straight, mips_adjust_block_mem): New function.
(mips_block_move_loop): Renamed and reworked from block_move_loop.
(mips_expand_block_move): Likewise expand_block_move.  Return false
to fall back on the target-independent code.
* config/mips/mips.md (movstrsi): Use mips_expand_block_move.
(movstrsi_internal*): Remove.

From-SVN: r68071
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
This page took 0.057292 seconds and 5 git commands to generate.