rs6000: "Y" is DS-form, not DQ-form
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 26 Apr 2022 21:30:44 +0000 (21:30 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Sun, 1 May 2022 23:11:49 +0000 (23:11 +0000)
2022-05-01  Segher Boessenkool  <segher@kernel.crashing.org>

* config/rs6000/constraints.md (Y constraint): Fix comment.

gcc/config/rs6000/constraints.md

index 9eb36fe..7aaffd9 100644 (file)
        (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)")))