* reload.c (find_reloads): Remove RELOAD_REG_P argument. All callers
commit3c2ee7763c0e1a2229d8f8a9171702d3badb4001
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2005 11:21:35 +0000 (7 11:21 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2005 11:21:35 +0000 (7 11:21 +0000)
treec940e072edf539f5fa3c5efc73f083b1783fab9c
parent86489caf3cb2f3847b5df277f7ef70e7e67cc0c2
* reload.c (find_reloads): Remove RELOAD_REG_P argument.  All callers
changed.
* reload.h (find_reloads): Update prototype.
* reload1.c (n_spills, spill_reg_order, spill_regs): Delete variables.
(finish_spills): Don't set any of them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/reload-branch@97777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.reload
gcc/reload.c
gcc/reload.h
gcc/reload1.c