diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2021-08-04 16:52:07 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2021-08-04 16:52:07 +0100 |
commit | eb55b5b0df26e95c98ab59d34e69189d4f61bc0c (patch) | |
tree | 886e18ac625fc5fa3b8bb73d1a61238c5fb17d8b | |
parent | 929f2cf4105ccf12d0684c6d5838f58f0ee5e7c7 (diff) | |
download | gcc-eb55b5b0df26e95c98ab59d34e69189d4f61bc0c.zip gcc-eb55b5b0df26e95c98ab59d34e69189d4f61bc0c.tar.gz gcc-eb55b5b0df26e95c98ab59d34e69189d4f61bc0c.tar.bz2 |
aarch64: Fix a typo
gcc/
* config/aarch64/aarch64.c: Fix a typo.
-rw-r--r-- | gcc/config/aarch64/aarch64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index f80de2c..81c002b 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -15032,7 +15032,7 @@ aarch64_sve_in_loop_reduction_latency (vec_info *vinfo, scalar operation. - If VEC_FLAGS & VEC_ADVSIMD, return the loop carry latency of the - the Advanced SIMD implementation. + Advanced SIMD implementation. - If VEC_FLAGS & VEC_ANY_SVE, return the loop carry latency of the SVE implementation. |