Hi! Last night when working on -fstack-protector* improvement to be posted, I've noticed a few typos. Fixed thusly, committed to trunk as obvious.
2019-12-10 Jakub Jelinek <ja...@redhat.com> * config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos. --- gcc/config/i386/i386.c.jj 2019-12-09 11:12:30.083287310 +0100 +++ gcc/config/i386/i386.c 2019-12-09 18:09:45.162155616 +0100 @@ -14411,10 +14411,10 @@ distance_agu_use (unsigned int regno0, r } /* Define this macro to tune LEA priority vs ADD, it take effect when - there is a dilemma of choicing LEA or ADD + there is a dilemma of choosing LEA or ADD Negative value: ADD is more preferred than LEA - Zero: Netrual - Positive value: LEA is more preferred than ADD*/ + Zero: Neutral + Positive value: LEA is more preferred than ADD. */ #define IX86_LEA_PRIORITY 0 /* Return true if usage of lea INSN has performance advantage Jakub