diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-31 05:30:31 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-31 05:30:31 +0000 |
commit | 80ebb64ae60c3221b8726883dbf612e3d755bf50 (patch) | |
tree | 50f53252fbc657eb016574d082bcd3ff7edb3484 /gcc/tree-ssa-operands.h | |
parent | a0085a50971cc8178a855c61f20ea1a2d5a926dc (diff) | |
download | gcc-80ebb64ae60c3221b8726883dbf612e3d755bf50.tar.gz |
gcc/
* ira-int.h (target_ira_int): Rename x_move_cost to
x_ira_register_move_cost, x_may_move_in_cost to
x_ira_may_move_in_cost and x_may_move_out_cost to
x_ira_may_move_out_cost. Delete the old fields with
those names and also x_ira_max_register_move_cost,
x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
(move_cost, may_move_in_cost, may_move_out_cost)
(ira_max_register_move_cost, ira_max_may_move_in_cost)
(ira_max_may_move_out_cost): Delete.
* ira.c (init_move_cost): Rename to...
(ira_init_register_move_cost): ...this, deleting the old
function with that name. Apply above variable renamings.
Retain asserts for null fields.
(ira_init_once): Don't initialize register move costs here.
(free_register_move_costs): Apply above variable renamings.
Remove code for deleted fields.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188047 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-operands.h')
0 files changed, 0 insertions, 0 deletions