reload1.c (delete_output_reload_insn): If a pseudo is set multiple times, then it...
authorJeffrey A Law <law@cygnus.com>
Mon, 9 Nov 1998 02:12:55 +0000 (02:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Nov 1998 02:12:55 +0000 (19:12 -0700)
commita3a24aa619357792a6d06c38156b898350547b45
treee4c0cb38cc7057b664d7139c8530cfefbe2c26ad
parentbfa88f2d891aa26554afecebd63887cb92bb513f
reload1.c (delete_output_reload_insn): If a pseudo is set multiple times, then it can not be completely replaced.

* reload1.c (delete_output_reload_insn): If a pseudo is set multiple
times, then it can not be completely replaced.
Fixes mis-compilation of wave5 in spec92.

From-SVN: r23581
gcc/ChangeLog
gcc/reload1.c