aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2012-05-31 05:30:31 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2012-05-31 05:30:31 +0000
commit7cc61ee413c4f77b89abf53bb524802fd1397e69 (patch)
tree50f53252fbc657eb016574d082bcd3ff7edb3484 /gcc/tree-dfa.c
parent48e3d6e9de8a3f01bdc1d16a65c4106b83c00d48 (diff)
downloadgcc-7cc61ee413c4f77b89abf53bb524802fd1397e69.zip
gcc-7cc61ee413c4f77b89abf53bb524802fd1397e69.tar.gz
gcc-7cc61ee413c4f77b89abf53bb524802fd1397e69.tar.bz2
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
Diffstat (limited to 'gcc/tree-dfa.c')
0 files changed, 0 insertions, 0 deletions