]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Remove j constraint letter from list of unused letters
authorJakub Jelinek <jakub@redhat.com>
Mon, 13 Nov 2023 08:49:09 +0000 (09:49 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 13 Nov 2023 08:49:09 +0000 (09:49 +0100)
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.

gcc/config/i386/constraints.md

index ec70465b072bf8498c068642e264c54a0f59af18..cbee31fa40a0e5876934cffb0dd20d006ba753f1 100644 (file)
@@ -19,7 +19,7 @@
 
 ;;; Unused letters:
 ;;;           H
-;;;           j               z
+;;;                             z
 
 ;; Integer register constraints.
 ;; It is not necessary to define 'r' here.