Commit 4e2cd668 by Kyrylo Tkachov Committed by Kyrylo Tkachov

aarch64.c (generic_tunings): Use cortexa57_extra_costs.

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

From-SVN: r208343
parent 5525ed38
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment