]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Obvious] Delete one redundant word in target-supports.exp comment
authorjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Sep 2016 15:41:41 +0000 (15:41 +0000)
committerjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Sep 2016 15:41:41 +0000 (15:41 +0000)
gcc/testsuite/

* lib/target-supports.exp
(check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word
in function comment.

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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 5696366367ed4ed9b59af3e45f26f2a8b0291223..ddbb5253e94f4a7922f34273d15179618521cf0e 100644 (file)
@@ -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
index 3d11e28955941428cd20f692d51d98752506946d..50723de54fd38b6bf9e4fd80fa9a4bc44af85b11 100644 (file)
@@ -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] } {