public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work041)] Fix typo.
@ 2021-03-12 14:58 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-03-12 14:58 UTC (permalink / raw)
  To: gcc-cvs

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))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-12 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 14:58 [gcc(refs/users/meissner/heads/work041)] Fix typo Michael Meissner

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).