aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-10-13 13:19:54 +0200
committerLinaro Code Review <review@review.linaro.org>2015-10-14 07:28:14 +0000
commitd171933b44958ee527553f43eecc4194be1966a8 (patch)
tree48d44ad0dc73bc5d8a35d9d937342e8d3da6388a
parentc10891bc12459ef6402dc894d2995082bfdce25b (diff)
gcc/
Backport from trunk r226069. 2015-07-22 James Greenhalgh <james.greenhalgh@arm.com> * config/arm/cortex-a53 (cortex_53_advsimd): Rename to... (cortex_a53_advsimd): ...This. Change-Id: I274e62c995459dde3f876c307fb76c9eb9ad7232
-rw-r--r--gcc/config/arm/cortex-a53.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/cortex-a53.md b/gcc/config/arm/cortex-a53.md
index 9065170700e..db572f68052 100644
--- a/gcc/config/arm/cortex-a53.md
+++ b/gcc/config/arm/cortex-a53.md
@@ -360,7 +360,7 @@
;; 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")