global.c (allocno): New structure and static variable.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sun, 21 Nov 1999 12:53:31 +0000 (12:53 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 21 Nov 1999 12:53:31 +0000 (12:53 +0000)
commit5c0ecffe4750e89f09d6b8e89d70f5d20e188f0b
treea7e4c119815dc2d28a0db54b3eeda7922fa7bd31
parentee59f29bd96fdf420a4c9888bf65ce20957989d3
global.c (allocno): New structure and static variable.

* global.c (allocno): New structure and static variable.
(allocno_reg): Remove, all references replaced by allocno.
(allocno_size): Likewise.
(hard_reg_conflicts): Likewise.
(hard_reg_preferences): Likewise.
(hard_reg_copy_preferences): Likewise.
(hard_reg_full_preferences): Likewise.
(regs_someone_prefers): Likewise.
(allocno_calls_crossed): Likewise.
(allocno_n_refs): Likewise.
(allocno_live_length): Likewise.
(find_reg): Rename ALLOCNO to NUM.

From-SVN: r30602
gcc/global.c