0017-RISC-V-typo-add-closing-paren-to-a-comment.patch 823 B

12345678910111213141516171819202122232425262728
  1. From b62b3dc970db05abaad25ec3249eaa1c203e42bf Mon Sep 17 00:00:00 2001
  2. From: Tsukasa OI <research_trasio@irq.a4lg.com>
  3. Date: Wed, 6 Sep 2023 02:35:52 +0000
  4. Subject: [PATCH 17/30] RISC-V: typo: add closing paren to a comment
  5. gcc/ChangeLog:
  6. * config/riscv/zicond.md: Add closing parent to a comment.
  7. ---
  8. gcc/config/riscv/zicond.md | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/gcc/config/riscv/zicond.md b/gcc/config/riscv/zicond.md
  11. index 1721e1011ea..c28bee5d570 100644
  12. --- a/gcc/config/riscv/zicond.md
  13. +++ b/gcc/config/riscv/zicond.md
  14. @@ -64,7 +64,7 @@
  15. )
  16. ;; Combine creates this form in some cases (particularly the coremark
  17. -;; CRC loop.
  18. +;; CRC loop).
  19. (define_split
  20. [(set (match_operand:X 0 "register_operand")
  21. (and:X (sign_extract:X (match_operand:X 1 "register_operand")
  22. --
  23. 2.25.1