diff options
author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 21:40:43 +0000 |
---|---|---|
committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 21:40:43 +0000 |
commit | d2d242b43cc22ff4b9a45cbd0527334f51b1d335 (patch) | |
tree | 12aceb7d22a94c9c2c37a7ffda9fa08b77c49f3b /gcc/ChangeLog | |
parent | db8c5fb53bd223a419ef202e2216c35863e1d5da (diff) | |
download | gcc-d2d242b43cc22ff4b9a45cbd0527334f51b1d335.tar.gz |
2001-08-01 Andrew MacLeod <amacleod@redhat.com>
* regclass.c (call_really_used_regs): New array for registers which
are actually used by a call.
(init_reg_sets_1): Initialize regs_invalidated_by_call with the
new array.
(fix_register): Set call_really_used too.
* config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
* doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75a65020c61..6639e941456 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2001-08-01 Andrew MacLeod <amacleod@redhat.com> + + * regclass.c (call_really_used_regs): New array for registers which + are actually used by a call. + (init_reg_sets_1): Initialize regs_invalidated_by_call with the + new array. + (fix_register): Set call_really_used too. + * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize. + * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document. + 2001-08-01 Richard Henderson <rth@redhat.com> * read-rtl.c (read_name): Consider \r whitespace. |