* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.
authorJakub Jelinek <jakub@redhat.com>
Tue, 10 Dec 2019 09:01:39 +0000 (10:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 10 Dec 2019 09:01:39 +0000 (10:01 +0100)
From-SVN: r279157

gcc/ChangeLog
gcc/config/i386/i386.c

index 9e53a323e1eb0dc571fa00f43aa3c9d40409c820..73ee149fb8d930267b150b8dbaf2e2d8fc511493 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.
+
 2019-12-10  Martin Liska  <mliska@suse.cz>
 
        PR tree-optimization/92862
index 99d60bc9813dd207f6e41748670b9dcc9989ac2d..a17a069ae02564cce723ac3d37dd559280fb5452 100644 (file)
@@ -14411,10 +14411,10 @@ distance_agu_use (unsigned int regno0, rtx_insn *insn)
 }
 
 /* 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