reload.c (find_reloads): If there are multiple RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_...
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Wed, 1 Jul 1998 13:20:50 +0000 (13:20 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 1 Jul 1998 13:20:50 +0000 (14:20 +0100)
commit826e3854538c21e6a42bc73ad5d02f2ee2a13f14
tree7f203b5d56a52fb6eb3200e2ef40d79aa3203a9e
parentd7921434ac4825e33e59bc22df7c716d9990ff87
reload.c (find_reloads): If there are multiple RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS...

* reload.c (find_reloads): If there are multiple
RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS reloads for
one operand, change RELOAD_FOR_INPADDR_ADDRESS /
RELOAD_FOR_OUTADDR_ADDRESS for all but the first
RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS reloads.

From-SVN: r20877
gcc/ChangeLog
gcc/reload.c