diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-11-13 09:49:09 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-11-13 09:49:09 +0100 |
commit | 56caf0b435cb85f0dfb421ad41f7778bc435b3da (patch) | |
tree | 11dc771966063305ed6e1d79eaf14b1924de0465 | |
parent | fc649fe832dac20cc51816bf8b4234eb2d4f24e7 (diff) | |
download | gcc-56caf0b435cb85f0dfb421ad41f7778bc435b3da.zip gcc-56caf0b435cb85f0dfb421ad41f7778bc435b3da.tar.gz gcc-56caf0b435cb85f0dfb421ad41f7778bc435b3da.tar.bz2 |
i386: Remove j constraint letter from list of unused letters
I've noticed the list of unused letters still list j, even when that
constraint letter is now the first letter of jr, jR, jm, j<, j>, jo, jV, jp,
ja, jb and jc constraints.
2023-11-13 Jakub Jelinek <jakub@redhat.com>
* config/i386/constraints.md: Remove j constraint letter from list of
unused letters.
-rw-r--r-- | gcc/config/i386/constraints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index ec70465..cbee31f 100644 --- a/gcc/config/i386/constraints.md +++ b/gcc/config/i386/constraints.md @@ -19,7 +19,7 @@ ;;; Unused letters: ;;; H -;;; j z +;;; z ;; Integer register constraints. ;; It is not necessary to define 'r' here. |