From 56caf0b435cb85f0dfb421ad41f7778bc435b3da Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 13 Nov 2023 09:49:09 +0100 Subject: 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. --- gcc/config/i386/constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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. -- cgit v1.1