From: Pan Li Date: Thu, 24 Aug 2023 08:05:55 +0000 (+0800) Subject: RISC-V: Fix one typo in autovec.md pattern comment X-Git-Tag: basepoints/gcc-15~6704 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c51805e2468bc10057bc0f2fc12fab909d21d04;p=thirdparty%2Fgcc.git RISC-V: Fix one typo in autovec.md pattern comment vfmsac => vfnmacc vfmsub => vfnmadd Signed-off-by: Pan Li gcc/ChangeLog: * config/riscv/autovec.md: Fix typo. --- diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index e1addc07036e..e9659b2b157b 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -1253,11 +1253,11 @@ (set_attr "mode" "")]) ;; ------------------------------------------------------------------------- -;; ---- [FP] VFMSAC and VFMSUB +;; ---- [FP] VFNMACC and VFNMADD ;; ------------------------------------------------------------------------- ;; Includes: -;; - vfmsac -;; - vfmsub +;; - vfnmacc +;; - vfnmadd ;; ------------------------------------------------------------------------- (define_expand "fnms4"