On Mon, Jun 20, 2011 at 3:56 PM, Christian Bruel <[email protected]> wrote:
> On 06/20/2011 03:41 PM, Rainer Orth wrote:
>>
>> Christian Bruel<[email protected]> writes:
>>
>>> 2011-06-16 Christian Bruel<[email protected]>
>>>
>>> PR 49139/43654
>>
>> Please use the correct PR number format here:
>>
>> PR middle-end/49139
>> PR middle-end/43654
>>
>> Otherwise the check-in notices don't get into the PRs.
>
> OK thanks, in fact I was referring to the file gcc.dg/pr43564.c (there was a
> typo in the number btw). But good indeed to send the notice into the
> original PR as well.
The code now looks like
if (node->callees)
{
/* Redirecting edges might lead to a need for vops to be recomputed. */
todo |= TODO_update_ssa_only_virtuals;
todo = optimize_inline_calls (current_function_decl);
}
I have committed an obvious patch.
Richard.
> Cheers
>
> Christian
>
>>
>> Thanks.
>> Rainer
>>
>