combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Mon, 19 Oct 1998 09:47:55 +0000 (09:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 19 Oct 1998 09:47:55 +0000 (03:47 -0600)
commit8e2f6e35ba3c0a41ce84e6a5e05731f00db3044f
tree5cc75d1ec07f21f993ad6ecedcd6cd7f5894aa7e
parent02bc9733948fb3f06d4aa1ad1c93f4c67688545c
combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.

* combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.  All
callers changed.
(try_combine): Don't update max_scratch.
* flow.c (max_scratch, num_scratch): Delete variables.
(life_analysis_1): Don't initialize max_scratch.
(propagate_block): Don't update max_scratch.
(mark_set_1): Don't increment num_scratch.
* regs.h (max_scratch): Delete declaration.

From-SVN: r23172
gcc/ChangeLog
gcc/combine.c
gcc/flow.c
gcc/regs.h