]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Fix a typo
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 4 Aug 2021 15:52:07 +0000 (16:52 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 4 Aug 2021 15:52:07 +0000 (16:52 +0100)
gcc/
* config/aarch64/aarch64.c: Fix a typo.

gcc/config/aarch64/aarch64.c

index f80de2ca8971086d6a4bf3aa7793d0cda953b5c8..81c002ba0b095585e4fae3693a086ab92ef53865 100644 (file)
@@ -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.