On 11/07/2011 08:04 AM, Aldy Hernandez wrote:
> @@ -1812,6 +1844,8 @@ expand_call_stmt (gimple stmt)
>    bool builtin_p;
>    size_t i;
>  
> +  mark_transaction_restart_calls (stmt);
> +
>    if (gimple_call_internal_p (stmt))
>      {
>        expand_internal_call (stmt);

You're calling it too early, Aldy.  The call you're searching
for hasn't been generated yet.


r~

Reply via email to