reload.c (find_reloads): Emit USEs to mark where a pseudo is reloaced with the MEM...
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Fri, 1 May 1998 17:40:53 +0000 (17:40 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 1 May 1998 17:40:53 +0000 (18:40 +0100)
commitb60a8416357bb6e8166547bef7bc67c56f104557
treeffd76e0f0eda23e68b7a122b84484b965f5142b4
parentbd64e40c54cbc7a94acf291e2011346caa637b6e
reload.c (find_reloads): Emit USEs to mark where a pseudo is reloaced with the MEM of its stack slot.

* reload.c (find_reloads): Emit USEs to mark where a pseudo
is reloaced with the MEM of its stack slot.
* reload1.c (cannot_omit_stores): Delete.
(reload): Don't initialize it.
Don't apply avoid_return_reg logic to USEs.
When done, remove USEs that have a REG_EQUAL note on them.
(emit_reload_insns): Handle case where we have inherited a MEM.
(delete_output_reload): Don't use cannot_omit_stores.

From-SVN: r19508
gcc/ChangeLog
gcc/reload.c
gcc/reload1.c
gcc/rtl.texi