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

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

commit fc058e7d79893bc882119251a45e7e76a1ee75af
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Sat Mar 13 01:32:02 2021 -0500

    Fix last change.
    
    gcc/
    2021-03-12  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/rs6000.md (xxspltidp<mode>): Use
            const_int_operand, not s32bit_cint_operand.

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

diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 2c5b4fce3b6..e1551c01058 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -7545,7 +7545,7 @@
 
 (define_insn "*xxspltidp<mode>"
   [(set (match_operand:SFDF 0 "gpc_reg_operand" "=wa")
-	(unspec:SFDF [(match_operand:SI 1 "s32bit_cint_operand" "n")]
+	(unspec:SFDF [(match_operand:SI 1 "const_int_operand" "n")]
 		     UNSPEC_XXSPLTIDP))]
   "TARGET_POWER10"
   "xxspltidp %x0,%1"


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

only message in thread, other threads:[~2021-03-13  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13  6:33 [gcc(refs/users/meissner/heads/work041)] Fix last change 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).