diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-09-06 02:35:52 +0000 |
---|---|---|
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-09-06 02:35:52 +0000 |
commit | 254100a9a003a16255a58eec3fa24168e6dc7124 (patch) | |
tree | c8e6ff468940f6b7850d2cda4e1169aa248453ed | |
parent | ce65641354d98fc80912d5516b7fea87c344c2cc (diff) | |
download | gcc-254100a9a003a16255a58eec3fa24168e6dc7124.zip gcc-254100a9a003a16255a58eec3fa24168e6dc7124.tar.gz gcc-254100a9a003a16255a58eec3fa24168e6dc7124.tar.bz2 |
RISC-V: typo: add closing paren to a comment
gcc/ChangeLog:
* config/riscv/zicond.md: Add closing parent to a comment.
-rw-r--r-- | gcc/config/riscv/zicond.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/riscv/zicond.md b/gcc/config/riscv/zicond.md index 1721e10..c28bee5 100644 --- a/gcc/config/riscv/zicond.md +++ b/gcc/config/riscv/zicond.md @@ -64,7 +64,7 @@ ) ;; Combine creates this form in some cases (particularly the coremark -;; CRC loop. +;; CRC loop). (define_split [(set (match_operand:X 0 "register_operand") (and:X (sign_extract:X (match_operand:X 1 "register_operand") |