aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2014-12-17 18:15:46 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2014-12-17 18:15:46 +0000
commit43a39cdd9649098ad4bb3ede4333f64539f4e542 (patch)
tree450bd3075b1b5ac3758a25d035bce953a33d3d13 /gcc
parent53fea7871c53beda842cadc6768547b2be81d274 (diff)
downloadgcc-43a39cdd9649098ad4bb3ede4333f64539f4e542.zip
gcc-43a39cdd9649098ad4bb3ede4333f64539f4e542.tar.gz
gcc-43a39cdd9649098ad4bb3ede4333f64539f4e542.tar.bz2
[AArch64] Remove "generic_sched" attribute
gcc/ * config/aarch64/aarch64.md (generic_sched): Delete it. From-SVN: r218829
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/aarch64/aarch64.md8
2 files changed, 4 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b3fef5d..882be01 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-17 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * config/aarch64/aarch64.md (generic_sched): Delete it.
+
2014-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/msp430/msp430.c (msp430_asm_output_addr_const_extra): Fix
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index 97d7009..a0ee362 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")