public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work144-vsize)] Fix typo.
Date: Thu, 16 Nov 2023 07:16:54 +0000 (GMT)	[thread overview]
Message-ID: <20231116071654.C72D0385C6ED@sourceware.org> (raw)

https://gcc.gnu.org/g:e81a9fbf70653015c58ec3570e1744ca7432798c

commit e81a9fbf70653015c58ec3570e1744ca7432798c
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Nov 16 02:16:35 2023 -0500

    Fix typo.
    
    2023-11-16  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/vector-pair.md (mov<mode>): Fix typo.

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

diff --git a/gcc/config/rs6000/vector-pair.md b/gcc/config/rs6000/vector-pair.md
index 4594e45840f..0e74da1de66 100644
--- a/gcc/config/rs6000/vector-pair.md
+++ b/gcc/config/rs6000/vector-pair.md
@@ -103,7 +103,7 @@
       machine_mode vmode = <VPAIR_VECTOR>mode;
       rtx op0_reg0 = simplify_gen_subreg (vmode, op0, <MODE>mode, 0);
       rtx op0_reg1 = simplify_gen_subreg (vmode, op0, <MODE>mode, 16);
-      rtx zero = CONST0_RTX (<MODE>mode);
+      rtx zero = CONST0_RTX (vmode);
       emit_move_insn (op0_reg0, zero);
       emit_move_insn (op0_reg1, zero);
       DONE;

                 reply	other threads:[~2023-11-16  7:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231116071654.C72D0385C6ED@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).