Hi,
On Wed, Apr 02, 2014 at 02:29:55PM +0200, Richard Biener wrote:
> On Wed, 2 Apr 2014, Martin Jambor wrote:
>
> > Hi,
> >
> > when dealing with a PR yesterday I have noticed that IPA-SRA was
> > modifying an always_inline function which is useless work since the
> > function must then be inli
> Hi,
>
> when dealing with a PR yesterday I have noticed that IPA-SRA was
> modifying an always_inline function which is useless work since the
> function must then be inlined anyway. Thus I'd like to propose the
> following simple change disabling it in such cases.
>
> Included in a bootstrap
On Wed, 2 Apr 2014, Martin Jambor wrote:
> Hi,
>
> when dealing with a PR yesterday I have noticed that IPA-SRA was
> modifying an always_inline function which is useless work since the
> function must then be inlined anyway. Thus I'd like to propose the
> following simple change disabling it in