ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 31 May 2012 05:30:31 +0000 (05:30 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 31 May 2012 05:30:31 +0000 (05:30 +0000)
commit7cc61ee413c4f77b89abf53bb524802fd1397e69
tree50f53252fbc657eb016574d082bcd3ff7edb3484
parent48e3d6e9de8a3f01bdc1d16a65c4106b83c00d48
ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...

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.

From-SVN: r188047
gcc/ChangeLog
gcc/ira-int.h
gcc/ira.c