Hi,

This patch fix the reservation pattern of cortex_a9_neon_vmov in cortex-a9-neon.md.

Is it OK for trunk?

Regards,
Xingxing


    2014-12-19  Xingxing Pan <xxing...@marvell.com>

* config/arm/cortex-a9-neon.md (cortex_a9_neon_vmov): Change reservation
        from cortex_a8_neon_dp to cortex_a9_neon_dp.

diff --git a/gcc/config/arm/cortex-a9-neon.md b/gcc/config/arm/cortex-a9-neon.md
index 3ff93f9..5c02b32 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


Reply via email to