aarch64: Fix typo in comment for aarch64_abs<mode>
gcc/ChangeLog: * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): Fix typo in comment.
This commit is contained in:
parent
529e03b988
commit
16cfd803db
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@
|
|||
)
|
||||
|
||||
;; The intrinsic version of integer ABS must not be allowed to
|
||||
;; combine with any operation with an integerated ABS step, such
|
||||
;; combine with any operation with an integrated ABS step, such
|
||||
;; as SABD.
|
||||
(define_insn "aarch64_abs<mode>"
|
||||
[(set (match_operand:VSDQ_I_DI 0 "register_operand" "=w")
|
||||
|
|
Loading…
Add table
Reference in a new issue