public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-61] rs6000: "Y" is DS-form, not DQ-form
@ 2022-05-01 23:13 Segher Boessenkool
  0 siblings, 0 replies; only message in thread
From: Segher Boessenkool @ 2022-05-01 23:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:69daa9244a2be105ce8f9c6dde01b06ee6a861ee

commit r13-61-g69daa9244a2be105ce8f9c6dde01b06ee6a861ee
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date:   Tue Apr 26 21:30:44 2022 +0000

    rs6000: "Y" is DS-form, not DQ-form
    
    2022-05-01  Segher Boessenkool  <segher@kernel.crashing.org>
    
            * config/rs6000/constraints.md (Y constraint): Fix comment.

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

diff --git a/gcc/config/rs6000/constraints.md b/gcc/config/rs6000/constraints.md
index 9eb36fe8a88..7aaffd9f9a8 100644
--- a/gcc/config/rs6000/constraints.md
+++ b/gcc/config/rs6000/constraints.md
@@ -263,7 +263,7 @@
        (match_test "REG_P (XEXP (op, 0))")))
 
 (define_memory_constraint "Y"
-  "@internal A memory operand for a DQ-form instruction."
+  "@internal A memory operand for a DS-form instruction."
   (and (match_code "mem")
        (match_test "mem_operand_gpr (op, mode)")))


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

only message in thread, other threads:[~2022-05-01 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 23:13 [gcc r13-61] rs6000: "Y" is DS-form, not DQ-form Segher Boessenkool

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