local-alloc.c (qty): New structure and static variable.
authorJan Hubicka <hubicka@freesoft.cz>
Wed, 24 Nov 1999 13:14:57 +0000 (14:14 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 24 Nov 1999 13:14:57 +0000 (13:14 +0000)
commita1ed7bdbdd7e3543d44568c9b1a24d1dc8df4b67
tree8d66e3b4c6f8cbf44f7f3e5c994a6894ffe18f7e
parent7e8a11bb9def439383cc79312e136b9bc8c8bd4d
local-alloc.c (qty): New structure and static variable.

* 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.

From-SVN: r30651
gcc/ChangeLog
gcc/local-alloc.c