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: kill FIXUNS_TRUNC_LIKE_FIX_TRUNC on alpha


On Sun, 19 Oct 2003, Richard Henderson wrote:

> *** alpha-protos.h	11 Oct 2003 16:54:16 -0000	1.51
> --- alpha-protos.h	19 Oct 2003 11:04:06 -0000
> *************** extern int alpha_swapped_comparison_oper
> *** 75,80 ****
> --- 75,81 ----
>   extern int signed_comparison_operator (rtx, enum machine_mode);
>   extern int alpha_fp_comparison_operator (rtx, enum machine_mode);
>   extern int divmod_operator (rtx, enum machine_mode);
> + extern int fix_operator (rtx, enum machine_mode);

You don't need these operator prototypes: they are automatically
generated because they are in PREDICATE_CODES (see genpreds.c).

brgds, H-P


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