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:
parent
5525ed38b4
commit
4e2cd668ee
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user