Re: [patch, RFA] delete obsolete -madjust-unroll option for SH

2012-03-12 Thread Richard Guenther
On Sat, Mar 10, 2012 at 5:25 AM, Sandra Loosemore san...@codesourcery.com wrote: When I was working on cleanups to invoke.texi I noticed this bit in the SH Options section: @item -madjust-unroll @opindex madjust-unroll Throttle unrolling to avoid thrashing target registers. This option only

Re: [patch, RFA] delete obsolete -madjust-unroll option for SH

2012-03-12 Thread Kaz Kojima
Hi, Richard Guenther richard.guent...@gmail.com wrote: On Sat, Mar 10, 2012 at 5:25 AM, Sandra Loosemore san...@codesourcery.com wrote: When I was working on cleanups to invoke.texi I noticed this bit in the SH Options section: @item -madjust-unroll @opindex madjust-unroll Throttle

[patch, RFA] delete obsolete -madjust-unroll option for SH

2012-03-09 Thread Sandra Loosemore
When I was working on cleanups to invoke.texi I noticed this bit in the SH Options section: @item -madjust-unroll @opindex madjust-unroll Throttle unrolling to avoid thrashing target registers. This option only has an effect if the GCC code base supports the TARGET_ADJUST_UNROLL_MAX target hook.