aarch64: Fix typo in aarch64.c comment

This fixes a typo in the description of
aarch64_vfp_is_call_or_return_candidate.

gcc/ChangeLog:

	* config/aarch64/aarch64.c (aarch64_vfp_is_call_or_return_candidate):
	Fix typo in comment describing "is_ha" argument.
This commit is contained in:
Alex Coplan 2021-03-10 15:11:16 +00:00
parent cb33c7276a
commit b6073c9faa
1 changed files with 1 additions and 1 deletions

View File

@ -17276,7 +17276,7 @@ aarch64_composite_type_p (const_tree type,
parameter passing registers are available).
Upon successful return, *COUNT returns the number of needed registers,
*BASE_MODE returns the mode of the individual register and when IS_HAF
*BASE_MODE returns the mode of the individual register and when IS_HA
is not NULL, *IS_HA indicates whether or not the argument is a homogeneous
floating-point aggregate or a homogeneous short-vector aggregate.