* local-alloc.c (qty): New structure and static variable.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 1999 13:14:57 +0000 (13:14 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 1999 13:14:57 +0000 (13:14 +0000)
commit3e281ed6263e7b27f9f72505e7d4fc3c879cb2e9
tree8d66e3b4c6f8cbf44f7f3e5c994a6894ffe18f7e
parent9988f164f8b6ad66ff550156c9d6cb8fbf4f0828
* local-alloc.c (qty): New structure and static variable.
(qty_phys_reg): Remove, all references changed to qty.
(qty_n_refs): Likewise.
(qty_min_class): Likewise.
(qty_birth): Likewise.
(qty_death): Likewise.
(qty_size): Likewise.
(qty_mode): Likewise.
(qty_n_calls_crossed): Likewise.
(qty_alternate_class): Likewise.
(qty_changes_size): Likewise.
(qty_first_reg): Likewise.
(alloc_qty): Rename variable QTY to QTYNO.
(finf_free_reg): Likewise.
(local_alloc): Allocate qty, do not allocate the removed variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30651 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/local-alloc.c