[gcc r14-3728] RISC-V: typo: add closing paren to a comment
Tsukasa OI
a4lg@gcc.gnu.org
Wed Sep 6 02:38:35 GMT 2023
https://gcc.gnu.org/g:254100a9a003a16255a58eec3fa24168e6dc7124
commit r14-3728-g254100a9a003a16255a58eec3fa24168e6dc7124
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date: Wed Sep 6 02:35:52 2023 +0000
RISC-V: typo: add closing paren to a comment
gcc/ChangeLog:
* config/riscv/zicond.md: Add closing parent to a comment.
Diff:
---
gcc/config/riscv/zicond.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/riscv/zicond.md b/gcc/config/riscv/zicond.md
index 1721e1011ea8..c28bee5d5709 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")
More information about the Gcc-cvs
mailing list