aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2016-09-27 15:41:41 +0000
committerJiong Wang <jiwang@gcc.gnu.org>2016-09-27 15:41:41 +0000
commit20fba714a24284d708324e293da17355cbfb9fe9 (patch)
tree5c8ccffe6cdc58eb3840760666e4c612029f2dd6
parent4940de303cccbba8b978355685b219db19ae8cde (diff)
downloadgcc-20fba714a24284d708324e293da17355cbfb9fe9.zip
gcc-20fba714a24284d708324e293da17355cbfb9fe9.tar.gz
gcc-20fba714a24284d708324e293da17355cbfb9fe9.tar.bz2
[Obvious] Delete one redundant word in target-supports.exp comment
gcc/testsuite/ * lib/target-supports.exp (check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word in function comment. From-SVN: r240551
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/lib/target-supports.exp5
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5696366..ddbb525 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-27 Jiong Wang <jiong.wang@arm.com>
+
+ * lib/target-supports.exp
+ (check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word
+ in function comment.
+
2016-09-27 Martin Liska <mliska@suse.cz>
PR gcov-profile/46266
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 3d11e28..50723de 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -4015,9 +4015,8 @@ proc check_effective_target_arm_v8_1a_neon_hw { } {
} [add_options_for_arm_v8_1a_neon ""]]
}
-# Return 1 if the target supports executing instructions floating point
-# instructions from ARMv8.2 with the FP16 extension, 0 otherwise. The
-# test is valid for ARM.
+# Return 1 if the target supports executing floating point instructions from
+# ARMv8.2 with the FP16 extension, 0 otherwise. The test is valid for ARM.
proc check_effective_target_arm_v8_2a_fp16_scalar_hw { } {
if { ![check_effective_target_arm_v8_2a_fp16_scalar_ok] } {