This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: more use of SCALAR_FLOAT_MODE_P
- From: Ian Lance Taylor <ian at airs dot com>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 21 Nov 2005 19:03:53 -0800
- Subject: Re: PATCH: more use of SCALAR_FLOAT_MODE_P
- References: <20051122024239.GA14590@ozlabs.au.ibm.com>
Ben Elliston <bje@au1.ibm.com> writes:
> More changes along the same lines as yesterday. Tested with a
> bootstrap. Okay for trunk?
>
> Ben
>
> 2005-11-22 Ben Elliston <bje@au.ibm.com>
>
> * optabs.c: Use SCALAR_FLOAT_MODE_P instead of explicitly testing
> GET_MODE_CLASS (x) == MODE_FLOAT.
> * config/i386/i386.c: Likewise.
> * config/rs6000/xcoff.h: Likewise.
> * config/rs6000/linux64.h: Likewise.
> * config/rs6000/rs6000.c: Likewise.
> * config/rs6000/rs6000.h: Likewise.
> * config/rs6000/predicates.md: Likewise.
> * config/rs6000/sysv4.h: Likewise.
These are OK. Thanks.
Ian