This patch deletes one redundant word in target-supports.exp function comment for "check_effective_target_arm_v8_2a_fp16_scalar_hw".
s/instructions floating point instructions/floating point instructions/ The comment is re-indented. No other changes. Committed as obivious as r240551. gcc/testsuite/ 2016-09-27 Jiong Wang<jiong.w...@arm.com> * lib/target-supports.exp (check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word in function comment.
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] } {