gcc/
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 30 Jun 2015 20:56:43 +0000 (20:56 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 30 Jun 2015 20:56:43 +0000 (20:56 +0000)
commit20fceb31cd7e622b5a4d575249858da92d1fd79b
tree098dfc3be0a0f599560f5be88b735ac1df50858f
parentccf5bbdd40aaa0258eb9671cd11c0bab4a16236e
gcc/
* defaults.h (HAVE_load_multiple, gen_load_multiple)
(HAVE_store_multiple, gen_store_multiple): Delete.
* target-insns.def (load_multiple, store_multiple): New targetm
instruction patterns.
* expr.c (move_block_to_reg, move_block_from_reg): Use them instead
of HAVE_*/gen_* interface.

From-SVN: r225210
gcc/ChangeLog
gcc/defaults.h
gcc/expr.c
gcc/target-insns.def