]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH] AARCH64: Remove spurious attribute __unused__ from NEON intrinsic
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 2016 10:30:03 +0000 (10:30 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 2016 10:30:03 +0000 (10:30 +0000)
gcc/

* config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
attribute __unused__.

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

gcc/ChangeLog
gcc/config/aarch64/arm_neon.h

index b4f8c5650c205e311700eda8045757248008e1e0..81646c4920acaabcba3c054c905b225a1c7ea5b7 100644 (file)
@@ -1,3 +1,8 @@
+2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
+
+       * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
+       attribute __unused__.
+
 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
index e563e3d2f77ca1ec94ce4b834eeb3619882848b2..d20caf0919356eb7a87e7c7a9cd336d8408db35b 100644 (file)
@@ -13794,7 +13794,7 @@ vdupb_laneq_p8 (poly8x16_t __a, const int __b)
 }
 
 __extension__ static __inline int8_t __attribute__ ((__always_inline__))
-vdupb_laneq_s8 (int8x16_t __a, const int __attribute__ ((unused)) __b)
+vdupb_laneq_s8 (int8x16_t __a, const int __b)
 {
   return __aarch64_vget_lane_any (__a, __b);
 }