From f10df53cc3841b49309aad8fba3b39e9b40f5b63 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 18 Sep 1998 15:54:37 -0600 Subject: [PATCH] reload.c (find_reloads): Do not replace a pseudo with (MEM (reg_equiv_addr)) in the initializing insn... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * reload.c (find_reloads): Do not replace a pseudo with (MEM (reg_equiv_addr)) in the initializing insn for the pseudo. From-SVN: r22472 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e921e81..4519495 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 18 22:52:05 1998 Jeffrey A Law (law@cygnus.com) + + * reload.c (find_reloads): Do not replace a pseudo with + (MEM (reg_equiv_addr)) in the initializing insn for the + pseudo. + Fri Sep 18 23:50:56 1998 David Edelsohn * toplev.c (rest_of_compilation): Set bct_p on second call to -- 2.7.4