aarch64.c (generic_tunings): Use cortexa57_extra_costs.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 5 Mar 2014 09:39:09 +0000 (09:39 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 5 Mar 2014 09:39:09 +0000 (09:39 +0000)
* config/aarch64/aarch64.c (generic_tunings):
Use cortexa57_extra_costs.

From-SVN: r208343

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 2ef225e..9978564 100644 (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
index 901ad3d..f24b248 100644 (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,