aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/aarch64.md
diff options
context:
space:
mode:
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-17 18:15:46 +0000
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-17 18:15:46 +0000
commit8bb17828bb274660bb212a3551bcc1bc827d7c12 (patch)
tree450bd3075b1b5ac3758a25d035bce953a33d3d13 /gcc/config/aarch64/aarch64.md
parentdb606b3378f173bd8a8cdc7693f0b12e62f6a4a8 (diff)
[AArch64] Remove "generic_sched" attribute
gcc/ * config/aarch64/aarch64.md (generic_sched): Delete it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218829 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/aarch64/aarch64.md')
-rw-r--r--gcc/config/aarch64/aarch64.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index 97d7009c20f..a0ee362e391 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -188,14 +188,6 @@
;; Processor types.
(include "aarch64-tune.md")
-;; True if the generic scheduling description should be used.
-
-(define_attr "generic_sched" "yes,no"
- (const (if_then_else
- (eq_attr "tune" "cortexa53,cortexa15,thunderx")
- (const_string "no")
- (const_string "yes"))))
-
;; Scheduling
(include "../arm/cortex-a53.md")
(include "../arm/cortex-a15.md")