* config/s390/s390.c (legitimate_reload_constant_p): Remove
commit772b9a4fbb783e82ff9ee2d0b67f9e33ed441f89
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2004 21:21:57 +0000 (30 21:21 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2004 21:21:57 +0000 (30 21:21 +0000)
tree0eff45c4a951b38c07caf016add8011a61fa2659
parentc82629fbf08bdc9b839efd6761bc794e0c447409
* config/s390/s390.c (legitimate_reload_constant_p): Remove
floating point constant workaround.
(s390_secondary_input_reload_class): Handle PLUS reloads
with too-large constant.
(s390_expand_plus_operand): Likewise.
* config/s390/s390.md ("movdi"): Do not call force_const_mem.
("movsi"): Likewise.  Also, remove workaround for non-general
operands.
("movdf"): Do not call force_const_mem.
("movsf"): Likewise.  Merge expander with *movsf insn.
("*movsf"): Remove, merge with movsf expander.

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