aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-06-03 20:21:33 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2015-06-11 14:52:08 +0200
commit3fc9385c3b5ebaf552a42b030364c31c4eed9c1d (patch)
tree18668b994f10c9ac2ec68266b12f7a25f84298b7
parentc0a87e787e7e7324278e9d27b997c26fed20cee1 (diff)
2015-06-03 Christophe Lyon <christophe.lyon@linaro.org>
gcc/testsuite/ Backport from trunk r222148. 2015-04-16 Alan Lawrence <alan.lawrence@arm.com> * gcc.target/aarch64/vldN_lane_1.c: Correct dup->lane in comments. Change-Id: I0e1e19780dc35436c8ab4b206a44fd6a192059b2
-rw-r--r--gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c b/gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c
index e450b7b2b96..13ab45459f4 100644
--- a/gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c
@@ -54,11 +54,11 @@ test_vld##STRUCT##Q##_lane##SUFFIX (const BASE##_t *data, \
}
-/* Tests of vld2_dup and vld2q_dup. */
+/* Tests of vld2_lane and vld2q_lane. */
VARIANTS (TESTMETH, 2)
-/* Tests of vld3_dup and vld3q_dup. */
+/* Tests of vld3_lane and vld3q_lane. */
VARIANTS (TESTMETH, 3)
-/* Tests of vld4_dup and vld4q_dup. */
+/* Tests of vld4_lane and vld4q_lane. */
VARIANTS (TESTMETH, 4)
#define CHECK(BASE, Q, ELTS, SUFFIX, LANE, STRUCT) \