2015-07-22 Charles Baylis <charles.baylis@linaro.org>
* config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
typo in attribute.
From-SVN: r226061
+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
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>"