From 57d7f072e0897a31c2e778bbc3b99d5681ed5341 Mon Sep 17 00:00:00 2001 From: jgreenhalgh Date: Fri, 19 Dec 2014 09:39:55 +0000 Subject: [PATCH] [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md gcc/ * config/arm/cortex-a9-neon.md (cortex_a9_neon_vmov): Change reservation to cortex_a9_neon_dp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218895 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/cortex-a9-neon.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e67e97c9d24..08b09ed5d15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-12-19 Xingxing Pan + + * config/arm/cortex-a9-neon.md (cortex_a9_neon_vmov): Change + reservation to cortex_a9_neon_dp. + 2014-12-19 Kaz Kojima * config/sh/sh.c (prepare_move_operands): Split HI/QImode load/store diff --git a/gcc/config/arm/cortex-a9-neon.md b/gcc/config/arm/cortex-a9-neon.md index 3ff93f92402..5c02b32259e 100644 --- a/gcc/config/arm/cortex-a9-neon.md +++ b/gcc/config/arm/cortex-a9-neon.md @@ -376,7 +376,7 @@ (define_insn_reservation "cortex_a9_neon_vmov" 3 (and (eq_attr "tune" "cortexa9") (eq_attr "cortex_a9_neon_type" "neon_vmov")) - "cortex_a8_neon_dp") + "cortex_a9_neon_dp") ;; Instructions using this reservation read their (D|Q)n operands at N2, ;; their (D|Q)m operands at N1, their (D|Q)d operands at N3, and -- 2.11.4.GIT