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]

Re: Patch to get romp target working


On Mon, Oct 08, 2001 at 04:23:33PM -0400, Kaveh R. Ghazi wrote:
> +  rtx _addr, _temp;
> +  rtx _val;

Lose the underscores.

> +  _temp = expand_binop (SImode, add_optab, tramp, GEN_INT (4),
> +			0, 1, OPTAB_LIB_WIDEN);

I think preferred procedure is to use expand_simple_binop.


r~


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