[Patch ARM/AArch64 obvious] Fix typo: Rename insn_reservation cortex_53_advsimd to...
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 22 Jul 2015 14:15:26 +0000 (14:15 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 22 Jul 2015 14:15:26 +0000 (14:15 +0000)
gcc/

* config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
(cortex_a53_advsimd): ...This.

From-SVN: r226069

gcc/ChangeLog
gcc/config/arm/cortex-a53.md

index 93139cb..975e30a 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
+       (cortex_a53_advsimd): ...This.
+
 2015-07-22  Richard Biener  <rguenther@suse.de>
 
        * genmatch.c (expr::gen_transform): Clarify error message
index 9065170..db572f6 100644 (file)
 ;; Crude Advanced SIMD approximation.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(define_insn_reservation "cortex_53_advsimd" 4
+(define_insn_reservation "cortex_a53_advsimd" 4
   (and (eq_attr "tune" "cortexa53")
        (eq_attr "is_neon_type" "yes"))
   "cortex_a53_simd0")