diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-09-18 15:54:37 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-18 15:54:37 -0600 |
commit | f10df53cc3841b49309aad8fba3b39e9b40f5b63 (patch) | |
tree | 3474dcccc5640c312534af67abdc4e35f079a445 /gcc | |
parent | 5accd82209963c5d048e6096311e9b40b48efd15 (diff) | |
download | gcc-f10df53cc3841b49309aad8fba3b39e9b40f5b63.zip gcc-f10df53cc3841b49309aad8fba3b39e9b40f5b63.tar.gz gcc-f10df53cc3841b49309aad8fba3b39e9b40f5b63.tar.bz2 |
reload.c (find_reloads): Do not replace a pseudo with (MEM (reg_equiv_addr)) in the initializing insn...
�
* reload.c (find_reloads): Do not replace a pseudo with
(MEM (reg_equiv_addr)) in the initializing insn for the
pseudo.
From-SVN: r22472
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <edelsohn@mhpcc.edu> * toplev.c (rest_of_compilation): Set bct_p on second call to |