]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/s390/s390.md
s390.c (legitimate_reload_constant_p): Remove floating point constant workaround.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 30 Sep 2004 21:21:57 +0000 (21:21 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 30 Sep 2004 21:21:57 +0000 (21:21 +0000)
commit13c025c1866a201fc46ffdbd3438f0cfea37c1a0
tree0eff45c4a951b38c07caf016add8011a61fa2659
parent99b2692a099907b6f6c07c12be04bdaf270ccce1
s390.c (legitimate_reload_constant_p): Remove floating point constant workaround.

* 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.

From-SVN: r88356
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.md