This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: revised PATCH: CALL_EXPR representation changes, part 4/9 (back ends)


Sandra Loosemore <sandra@codesourcery.com> writes:

> *************** sh_expand_builtin (tree exp, rtx target,
> *** 9938,9947 ****
>   
>         if (! signature_args[signature][i])
>   	break;
> !       arg = TREE_VALUE (arglist);
>         if (arg == error_mark_node)
>   	return const0_rtx;
> -       arglist = TREE_CHAIN (arglist);
>         if (signature_args[signature][i] & 8)
>   	{
>   	  opmode = ptr_mode;
> --- 9937,9945 ----
>   
>         if (! signature_args[signature][i])
>   	break;
> !       arg = CALL_EXPR_ARG (exp, i-1);

Please put spaces around the '-'.


This is OK with that change.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]