]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix one typo of FRM dynamic definition
authorPan Li <pan2.li@intel.com>
Mon, 3 Jul 2023 07:59:03 +0000 (15:59 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 3 Jul 2023 08:16:35 +0000 (16:16 +0800)
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.

gcc/config/riscv/vector.md

index a6174f9483e64c7c8110401c524005a11a87aa76..2864475b35aecee7b665aa8a17a30ff5170ac46e 100644 (file)
          (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")
       )