diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-26 19:19:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-26 19:19:07 -0600 |
commit | b5c15deb09a336bb1b61a52493e0db43490603e4 (patch) | |
tree | 027a7d61eceb5f60501c521273495321165fd932 | |
parent | 27e2b7835321c0a70bba9c2d19a303893a6c7df0 (diff) | |
download | gcc-b5c15deb09a336bb1b61a52493e0db43490603e4.zip gcc-b5c15deb09a336bb1b61a52493e0db43490603e4.tar.gz gcc-b5c15deb09a336bb1b61a52493e0db43490603e4.tar.bz2 |
reload.c (push_reload): Do not call remove_address_replacements when...
�
* reload.c (push_reload): Do not call remove_address_replacements
when presented with identical optional reloads.
From-SVN: r27190
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 789da30..2ea55b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com) + + * reload.c (push_reload): Do not call remove_address_replacements + when presented with identical optional reloads. + Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com> * alpha.h (MASK_FIX, TARGET_FIX): New. |