public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work120)] Fix typo in insn name.
@ 2023-05-01 20:24 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2023-05-01 20:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6f56688cc61d607d85d2a775b623dabaaa8e8518

commit 6f56688cc61d607d85d2a775b623dabaaa8e8518
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Mon May 1 16:24:11 2023 -0400

    Fix typo in insn name.
    
    In doing other work, I noticed that there was an insn:
    
            vsx_extract_v4sf_<mode>_load
    
    Which did not have an iterator.  I removed the useless <mode>.
    
    2023-05-01   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/vsx.md (vsx_extract_v4sf_load): Rename from
            vsx_extract_v4sf_<mode>_load.

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

diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md
index d615474df01..417aff5e24b 100644
--- a/gcc/config/rs6000/vsx.md
+++ b/gcc/config/rs6000/vsx.md
@@ -3549,7 +3549,7 @@
   [(set_attr "length" "8")
    (set_attr "type" "fp")])
 
-(define_insn_and_split "*vsx_extract_v4sf_<mode>_load"
+(define_insn_and_split "*vsx_extract_v4sf_load"
   [(set (match_operand:SF 0 "register_operand" "=f,v,v,?r")
 	(vec_select:SF
 	 (match_operand:V4SF 1 "memory_operand" "m,Z,m,m")

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

only message in thread, other threads:[~2023-05-01 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 20:24 [gcc(refs/users/meissner/heads/work120)] Fix typo in insn name 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).