vtbX.c: Fix typos in comment.
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 6 Nov 2015 15:56:48 +0000 (15:56 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Fri, 6 Nov 2015 15:56:48 +0000 (16:56 +0100)
2015-11-06  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/aarch64/advsimd-intrinsics/vtbX.c: Fix typos
in comment.

From-SVN: r229858

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vtbX.c

index 749113ba8b1c76bf55c7f6e2112d55bd4a361787..ac4c3c5cf42ddced8aff43a7570afcc7c0c7199f 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-06  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/aarch64/advsimd-intrinsics/vtbX.c: Fix typos in
+       comment.
+
 2015-11-06  Ilya Enkovich  <enkovich.gnu@gmail.com>
 
        PR tree-optimization/68145
index 0557efd6e7e401ae0d6f02b3d08d54627fece25f..2a08886ae25c475fde0b07c783ae384b6a3c4eeb 100644 (file)
@@ -147,8 +147,8 @@ void exec_vtbX (void)
   VDUP(vector, , uint, u, 8, 8, 2);
   VDUP(vector, , poly, p, 8, 8, 2);
 
-  /* To ensure coverage, add some indexes larger than 8,16 and 32
-     except: lane 0 (by 6), lane 1 (by 8) and lane 2 (by 9).  */
+  /* To ensure coverage, add some indexes larger than 8, 16 and 32
+     except: lane 0 (by 10), lane 4 (by 20) and lane 5 (by 40).  */
   VSET_LANE(vector, , int, s, 8, 8, 0, 10);
   VSET_LANE(vector, , int, s, 8, 8, 4, 20);
   VSET_LANE(vector, , int, s, 8, 8, 5, 40);