diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2022-04-26 21:30:44 +0000 |
---|---|---|
committer | Segher Boessenkool <segher@kernel.crashing.org> | 2022-05-01 23:11:49 +0000 |
commit | 69daa9244a2be105ce8f9c6dde01b06ee6a861ee (patch) | |
tree | 006966a239d4a34fdf75caa0cbe41943edab6bec /gcc | |
parent | 75bbc3da3e5f75f683fa33e309045c582efd20eb (diff) | |
download | gcc-69daa9244a2be105ce8f9c6dde01b06ee6a861ee.zip gcc-69daa9244a2be105ce8f9c6dde01b06ee6a861ee.tar.gz gcc-69daa9244a2be105ce8f9c6dde01b06ee6a861ee.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/constraints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/constraints.md b/gcc/config/rs6000/constraints.md index 9eb36fe..7aaffd9 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)"))) |