On Thu, Jan 13, 2022 at 10:54:15AM +0100, Richard Biener wrote:
> > The following patch avoids emitting a parameter copy statement when inlining
> > if the parameter has empty type. E.g. the gimplifier does something similar
> > (except that it needs to evaluate side-effects if any, which isn't th
On Thu, 13 Jan 2022, Jakub Jelinek wrote:
> Hi!
>
> The following patch avoids emitting a parameter copy statement when inlining
> if the parameter has empty type. E.g. the gimplifier does something similar
> (except that it needs to evaluate side-effects if any, which isn't the case
> here):
>
Hi!
The following patch avoids emitting a parameter copy statement when inlining
if the parameter has empty type. E.g. the gimplifier does something similar
(except that it needs to evaluate side-effects if any, which isn't the case
here):
/* For empty types only gimplify the left hand side and