global.c (global_alloc): Delete code to manage the scratch_list.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Fri, 2 Oct 1998 10:21:20 +0000 (04:21 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Oct 1998 10:21:20 +0000 (04:21 -0600)
commit34f89b5f682060e18cc4ba8dfaba8be1d309d5d3
treecc757909a43c13cae9d06d36541edf2dd5023758
parent4afb3646a5d46f24202d139f7c58748daab18ff6
global.c (global_alloc): Delete code to manage the scratch_list.

* global.c (global_alloc): Delete code to manage the scratch_list.
* local-alloc.c (qty_scratch_rtx): Delete.
(scratch_block): Delete.
(scratch_list): Delete.
(scratch_list_length): Delete.
(scratch_index): Delete.
(alloc_qty_for_scratch): Delete.
(local-alloc): Update initialization of max_qty.
Delete code to manage the scratch list.
Delete code to allocate/initialize qty_scratch_rtx.
(block_alloc): Don't allocate quantities for scratches.
Delete code to manage the scratch list.
* regs.h (scratch_list): Delete declaration.
(scratch_block): Delete declaration.
(scratch_list_length): Delete declaration.
* reload1.c (reload): Delete code to manage the scratch list.
(spill_hard_reg): Likewise.
(mark_scratch_live): Delete.

From-SVN: r22751
gcc/ChangeLog
gcc/global.c
gcc/local-alloc.c
gcc/regs.h
gcc/reload1.c