vtbX.c: Fix typos in comment.

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
This commit is contained in:
Christophe Lyon 2015-11-06 15:56:48 +00:00 committed by Christophe Lyon
parent 8309230f83
commit 5634073987
2 changed files with 7 additions and 2 deletions

View 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

View 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);