Avoid explicit use of machine modes (8/n) Hook-ize INIT_TARGET_OPTABS

Richard Henderson rth@redhat.com
Fri Oct 3 05:26:00 GMT 2003


On Wed, Oct 01, 2003 at 05:42:35PM -0700, Zack Weinberg wrote:
> I tried to hook-ize FLOAT_LIB_COMPARE_RETURNS_BOOL, but enum rtx_code
> cannot be mentioned in target.h since tree.c includes that header but
> not rtl.h.

The current way we've been handling these enumerations is to 
just not use them and pass "int" to the hook instead.


r~



More information about the Gcc-patches mailing list