]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Fix typo in aarch64.c comment
authorAlex Coplan <alex.coplan@arm.com>
Wed, 10 Mar 2021 15:11:16 +0000 (15:11 +0000)
committerAlex Coplan <alex.coplan@arm.com>
Wed, 10 Mar 2021 15:11:16 +0000 (15:11 +0000)
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.

gcc/config/aarch64/aarch64.c

index 69976698372acb3c27acc028b2216276b1af8864..8a868896a72bb3c5d5400ebf0b554e41bdaabe49 100644 (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.