2015-07-22 Charles Baylis <charles.baylis@linaro.org>
authorcbaylis <cbaylis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 2015 10:56:40 +0000 (10:56 +0000)
committercbaylis <cbaylis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 2015 10:56:40 +0000 (10:56 +0000)
* config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
typo in attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226061 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md

index 1c0cf50..8f2771e 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
+
+       * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
+       typo in attribute.
+
 2015-07-22  Richard Biener  <rguenther@suse.de>
 
        * genmatch.c (parser::parse_result): Properly handle
index d5da35a..40afced 100644 (file)
     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>"