From 7d98f7fc82cfc3012b460e4f4f91200fedcb04db Mon Sep 17 00:00:00 2001
From: Charles Baylis <charles.baylis@linaro.org>
Date: Tue, 21 Jul 2015 16:54:32 +0100
Subject: [PATCH 2/2] [AArch64] fix typo in vec_store_lanesoi_lane<mode>
gcc/ChangeLog:
<DATE> Charles Baylis <charles.baylis@linaro.org>
* config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
typo in attribute.
Change-Id: I299ea5c01d64cfc72a29c386128ce9e0fef2624b
---
gcc/config/aarch64/aarch64-simd.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -3970,7 +3970,7 @@
operands[2] = GEN_INT (ENDIAN_LANE_N (<MODE>mode, INTVAL (operands[2])));
return "st2\\t{%S1.<Vetype> - %T1.<Vetype>}[%2], %0";
}
- [(set_attr "type" "neon_store3_one_lane<q>")]
+ [(set_attr "type" "neon_store2_one_lane<q>")]
)
(define_expand "vec_store_lanesoi<mode>"
--
1.9.1