Commit 1e99bee5 by H.J. Lu Committed by H.J. Lu

Fix a comment typo in ix86_split_lea_for_addr

	* config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment
	typo.

From-SVN: r206745
parent fa7d0c60
2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment
typo.
2014-01-17 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
......
......@@ -18309,7 +18309,7 @@ ix86_split_lea_for_addr (rtx insn, rtx operands[], enum machine_mode mode)
/* Case r1 = r1 + ... */
if (regno1 == regno0)
{
/* If we have a case r1 = r1 + C * r1 then we
/* If we have a case r1 = r1 + C * r2 then we
should use multiplication which is very
expensive. Assume cost model is wrong if we
have such case here. */
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