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.
This commit is contained in:
parent
fc649fe832
commit
56caf0b435
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
;;; Unused letters:
|
||||
;;; H
|
||||
;;; j z
|
||||
;;; z
|
||||
|
||||
;; Integer register constraints.
|
||||
;; It is not necessary to define 'r' here.
|
||||
|
|
Loading…
Add table
Reference in a new issue