From: H.J. Lu Date: Sat, 18 Jan 2014 02:49:56 +0000 (+0000) Subject: Fix a comment typo in ix86_split_lea_for_addr X-Git-Tag: releases/gcc-4.9.0~1590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e99bee598858cf783e585f48bda3dfc7702b4c9;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e2e18f540e5..01ba1fd4470d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-01-17 H.J. Lu + + * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment + typo. + 2014-01-17 John David Anglin * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 7bfad8fa4837..aeae46dad8c1 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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. */