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~
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~