[gcc(refs/users/meissner/heads/work041)] Fix typo.

Michael Meissner meissner@gcc.gnu.org
Fri Mar 12 14:58:17 GMT 2021


https://gcc.gnu.org/g:9d5bcd14621711b8231cf9378d4c85e60400efb4

commit 9d5bcd14621711b8231cf9378d4c85e60400efb4
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Mar 12 09:57:37 2021 -0500

    Fix typo.
    
    gcc/
    2021-03-12  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/altivec.md (xxspltiw_v4sf): Fix typo.

Diff:
---
 gcc/config/rs6000/altivec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md
index e90acaf1f80..b452aa192b8 100644
--- a/gcc/config/rs6000/altivec.md
+++ b/gcc/config/rs6000/altivec.md
@@ -837,7 +837,7 @@
 (define_insn "xxspltiw_v4sf"
   [(set (match_operand:V4SF 0 "register_operand" "=wa,wa")
 	(vec_duplicate:V4SF
-	 (match_operand:SF 1 "const_double_operand" "j,n")))]
+	 (match_operand:SF 1 "const_double_operand" "j,F")))]
  "TARGET_POWER10"
 {
   if (operands[1] == CONST0_RTX (SFmode))


More information about the Gcc-cvs mailing list