On 04/01/2011 06:29 AM, Jerry DeLisle wrote:
On 03/28/2011 11:50 AM, Thomas Koenig wrote:
Hello world,
the attached patch extends the character optimizations to the lexical comparison
functions (LLE and friends).
Regression-tested. OK for trunk?
Yes, this patch is OK?
Fat fingers, s/?/./
On 03/28/2011 11:50 AM, Thomas Koenig wrote:
Hello world,
the attached patch extends the character optimizations to the lexical comparison
functions (LLE and friends).
Regression-tested. OK for trunk?
Yes, this patch is OK?
Thanks,
Jerry
Am 28.03.2011 22:07, schrieb Richard Henderson:
Style nit: remove the unreachable break statements.
Fixed, thanks.
Any further comments?
Thomas
On 03/28/2011 11:50 AM, Thomas Koenig wrote:
> +case GFC_ISYM_LLE:
> + return optimize_comparison (e, INTRINSIC_LE);
> + break;
Style nit: remove the unreachable break statements.
r~
Hello world,
the attached patch extends the character optimizations to the lexical
comparison functions (LLE and friends).
Regression-tested. OK for trunk?
Thomas
2010-03-28 Thomas Koenig
* frontend-passes (optimize_lexical_comparison): New function.
(optimize_e