Commit 2eb05061 by Jakub Jelinek Committed by Jakub Jelinek

* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.

From-SVN: r279157
parent 52dc9c32
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment