gcc/testsuite/
* lib/target-supports.exp
(check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word
in function comment.
From-SVN: r240551
+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
} [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] } {