Improve ChangeLog entry of previous patch

From-SVN: r39136
This commit is contained in:
Alexandre Oliva 2001-01-19 16:34:15 +00:00
parent 61f5625b76
commit 20342a6bc1
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
Fri Jan 19 14:31:35 2001 Alexandre Oliva <aoliva@redhat.com>, J"orn Rennecke <amylaar@redhat.com>
* reload1.c (move2add_note_store): Treat all registers about which
no information is known as potential bases, and treat all
registers directly or indirectly derived from it as members of the
same set of values.
(reload_cse_move2add): Adjust accordingly. Take mode and
offset of base register into account.
* reload1.c (move2add_note_store): Treat all registers directly or
indirectly derived from a base register as members of the same set
of values.
(reload_cse_move2add): Adjust accordingly. Take mode and offset
of base register into account.
Fri Jan 19 09:18:42 2001 J"orn Rennecke <amylaar@redhat.com>