rs6000.c (struct processor_cost): Change l1_cache_lines to l1_cache_size.
authorDavid Edelsohn <dje@gcc.gnu.org>
Fri, 3 Aug 2007 15:23:34 +0000 (11:23 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 3 Aug 2007 15:23:34 +0000 (11:23 -0400)
commit5f732aba81092ecd868dd1cc56c1db569c362a71
treef0e8c01d3fb75da1320434bcfc14d4b8c2f1c89d
parent737b089116ad5a0dd98a4158e73c55fac8c793a3
rs6000.c (struct processor_cost): Change l1_cache_lines to l1_cache_size.

* config/rs6000/rs6000.c (struct processor_cost): Change
l1_cache_lines to l1_cache_size.  Add l2_cache_size.
(*_cost): Convert l1 cache information to kilobytes.  Add l2 cache
information.
(rios1_costs, rios2_cost): Correct cache line size.
(rs6000_override_options): Set l2-cache-size parameter.

From-SVN: r127181
gcc/ChangeLog
gcc/config/rs6000/rs6000.c