diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af7533ec758..1b423a3b352 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 2 21:52:35 2000 J"orn Rennecke <amylaar@redhat.com> + + * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / + elim_i1. + In REG_DEAD handling: When handling parts of multi-hard-reg hard + registers, increment the loop counter by the size of the parts; + use recursion to handle individual parts. + 2000-11-02 Neil Booth <neilb@earthling.net> * configure.in: Make integrated CPP the default. |