OSDN Git Service

* reload.c (find_reloads): When reloading a PLUS with constant
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 18:32:04 +0000 (18:32 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 18:32:04 +0000 (18:32 +0000)
commitb3c5ca3ecde15d6272bfe330ef86366bd621427c
tree0c4c2b3cfe155b28ab774d52e64484b7007ac262
parente9b763a8112c959d7a7e9dbecca6adb08233609e
* reload.c (find_reloads): When reloading a PLUS with constant
operand, make sure the constant is pushed to the constant pool
if required.
* config/s390/s390.c (s390_secondary_input_reload_class): Remove
reload bug workaround.
(s390_expand_plus_operand): Likewise.

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