]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/iq2000/iq2000.cc
frv.c (frv_rtx_costs): Update forward declaration.
authorJan Hubicka <jh@suse.cz>
Sun, 31 Aug 2008 20:49:42 +0000 (22:49 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 31 Aug 2008 20:49:42 +0000 (20:49 +0000)
commit899cc0f433d06f9cf914224fe6968e391b903c0b
tree212dea79b765386b3da5143e55e3a400579610b4
parentcd6b7bc60d96bede7b4aa79495523ac997ab7c62
frv.c (frv_rtx_costs): Update forward declaration.

* frv.c (frv_rtx_costs): Update forward declaration.
* spu.c (spu_rtx_costs): Likewise.
* pdp11.c: Include df.h
(pdp11_output_function_epilogue): Use df_set_regs_ever_live.
* m68hc11.c (m68hc11_gen_highpart): Fix call of gen_rtx_SUBREG.
(m68hc11_rtx_costs_1): Fix call of rtx_cost.
* iq2000.c (iq2000_address_cost): Add speed argument.
(iq2000_rtx_costs): Likewise.
* mn10300.c (mn10300_address_cost_1): Remove speed argument;
update call of mn10300_address_cost.
* mcore.c: Include df.h
(mcore_rtx_costs): Update prototype.
* score3.c: Include df.h
(score3_rtx_costs): Remove speed argument.
* score7.c: Include df.h
(score7_address_cost): Remove speed argument.
* score-protos.h (score_address_cost): Update prototype.
* score.c: Include df.h
(score_rtx_costs): Update call of costs functions.
* v850.c (v850_rtx_costs): Add bool argument.

From-SVN: r139843
14 files changed:
gcc/ChangeLog
gcc/config/frv/frv.c
gcc/config/iq2000/iq2000.c
gcc/config/m68hc11/m68hc11.c
gcc/config/m68hc11/m68hc11.h
gcc/config/mcore/mcore.c
gcc/config/mn10300/mn10300.c
gcc/config/pdp11/pdp11.c
gcc/config/score/score-protos.h
gcc/config/score/score.c
gcc/config/score/score3.c
gcc/config/score/score7.c
gcc/config/spu/spu.c
gcc/config/v850/v850.c