[AArch64] Remove "generic_sched" attribute
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 17 Dec 2014 18:15:46 +0000 (18:15 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 17 Dec 2014 18:15:46 +0000 (18:15 +0000)
gcc/

* config/aarch64/aarch64.md (generic_sched): Delete it.

From-SVN: r218829

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index b3fef5d82a6418a73f032cdc505eecbe32793170..882be01425687709d1eb63cc4d57dd197721a7dd 100644 (file)
@@ -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
index 97d7009c20f38071f006f33978985b5e6c889794..a0ee362e391d938fd1cb6b5edb6041e8f5e5ebf2 100644 (file)
 ;; 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")