public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jeff Law <law@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Fix one typo of FRM dynamic definition
Date: Fri, 14 Jul 2023 05:01:47 +0000 (GMT)	[thread overview]
Message-ID: <20230714050147.260443858C2B@sourceware.org> (raw)

https://gcc.gnu.org/g:0f1b0139245edeed7beef6e387cb9e1ac38bcb70

commit 0f1b0139245edeed7beef6e387cb9e1ac38bcb70
Author: Pan Li <pan2.li@intel.com>
Date:   Mon Jul 3 15:59:03 2023 +0800

    RISC-V: Fix one typo of FRM dynamic definition
    
    This patch would like to fix one typo that take rdn instead of dyn by
    mistake.
    
    Signed-off-by: Pan Li <pan2.li@intel.com>
    
    gcc/ChangeLog:
    
            * config/riscv/vector.md: Fix typo.
    
    (cherry picked from commit f58819c9aabfe23fa0e6ba422b39a00a980f991e)

Diff:
---
 gcc/config/riscv/vector.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/riscv/vector.md b/gcc/config/riscv/vector.md
index 9df40e44113..5b7a17b9d34 100644
--- a/gcc/config/riscv/vector.md
+++ b/gcc/config/riscv/vector.md
@@ -496,8 +496,8 @@
 	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RMM")
 	  (const_string "rmm")
 
-	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_RDN")
-	  (const_string "rdn")
+	  (match_test "INTVAL (operands[9]) == riscv_vector::FRM_DYN")
+	  (const_string "dyn")
 	]
 	(const_string "none")
       )

             reply	other threads:[~2023-07-14  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14  5:01 Jeff Law [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-14  4:59 Jeff Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230714050147.260443858C2B@sourceware.org \
    --to=law@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).