aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/aarch64.c
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-03-03 15:25:48 +0100
committerYvan Roux <yvan.roux@linaro.org>2017-03-14 12:42:20 +0000
commite9ba16e58e773af11ff15ddf539f524be157aed1 (patch)
treeed9734201c95723307aa3ecd4ea951ca712ced98 /gcc/config/aarch64/aarch64.c
parent212b407177170add87ebc810914a268eabbf5b49 (diff)
gcc/
Backport from trunk r241248. 2016-10-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/aarch64/aarch64.c: Delete inclusion of cortex-a57-fma-steering.h. (aarch64_override_options): Delete call to aarch64_register_fma_steering. * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare. * config/aarch64/cortex-a57-fma-steering.h: Delete. * config/aarch64/aarch64-passes.def: New file. * config/aarch64/cortex-a57-fma-steering.c (aarch64_register_fma_steering): Delete definition. (make_pass_fma_steering): Remove static qualifier. * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive. (cortex-a57-fma-steering.o): Remove dependency on cortex-a57-fma-steering.h. Change-Id: I1d33b60fd1fae8c9de3b2a75e51322c04dba9b7a
Diffstat (limited to 'gcc/config/aarch64/aarch64.c')
-rw-r--r--gcc/config/aarch64/aarch64.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index 404dcfc0fbc..f222dba7f57 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -62,7 +62,6 @@
#include "rtl-iter.h"
#include "tm-constrs.h"
#include "sched-int.h"
-#include "cortex-a57-fma-steering.h"
#include "target-globals.h"
#include "common/common-target.h"
@@ -8591,9 +8590,6 @@ aarch64_override_options (void)
while processing functions with potential target attributes. */
target_option_default_node = target_option_current_node
= build_target_option_node (&global_options);
-
- aarch64_register_fma_steering ();
-
}
/* Implement targetm.override_options_after_change. */