This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Avoid explicit use of machine modes (8/n) Hook-ize INIT_TARGET_OPTABS
- From: Richard Henderson <rth at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 2 Oct 2003 22:26:10 -0700
- Subject: Re: Avoid explicit use of machine modes (8/n) Hook-ize INIT_TARGET_OPTABS
- References: <87brt05v2c.fsf@egil.codesourcery.com>
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~