From: Jakub Jelinek Date: Mon, 13 Nov 2023 08:49:09 +0000 (+0100) Subject: i386: Remove j constraint letter from list of unused letters X-Git-Tag: basepoints/gcc-15~4755 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56caf0b435cb85f0dfb421ad41f7778bc435b3da;p=thirdparty%2Fgcc.git 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 * config/i386/constraints.md: Remove j constraint letter from list of unused letters. --- diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index ec70465b072b..cbee31fa40a0 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.