ira-int.h (target_ira_int): Add x_max_struct_costs_size...
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 12 Jul 2010 19:03:15 +0000 (19:03 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 12 Jul 2010 19:03:15 +0000 (19:03 +0000)
commitaa1c5d72e9cb30ddea2f930b6f94045dd8f2dcbc
treeed1e21f22d705875935767c123667b9066177bd7
parentafcc66c49afbb6e971a70f503b96d1fd1a41f7c5
ira-int.h (target_ira_int): Add x_max_struct_costs_size...

gcc/
* ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
* ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
(this_op_costs, costs_classes): Redefine as macros.
(record_reg_classes): Don't take op_costs as a parameter.
(record_operand_costs): Likewise.  Update calls to record_reg_classes.
(scan_one_insn): Update call to record_operand_costs.

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