aarch64.c (generic_tunings): Use cortexa57_extra_costs.

* config/aarch64/aarch64.c (generic_tunings):
	Use cortexa57_extra_costs.

From-SVN: r208343
This commit is contained in:
Kyrylo Tkachov 2014-03-05 09:39:09 +00:00 committed by Kyrylo Tkachov
parent 5525ed38b4
commit 4e2cd668ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (generic_tunings):
Use cortexa57_extra_costs.
2014-03-05 Jakub Jelinek <jakub@redhat.com>
PR lto/60404

View File

@ -217,7 +217,7 @@ __extension__
#endif
static const struct tune_params generic_tunings =
{
&generic_extra_costs,
&cortexa57_extra_costs,
&generic_addrcost_table,
&generic_regmove_cost,
&generic_vector_cost,