This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: sparc.md: Use define_constant.
- To: RDBrown at mira dot net, RodneyBrown at mynd dot com
- Subject: Re: Patch: sparc.md: Use define_constant.
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Fri, 30 Mar 2001 08:20:34 -0500
- Cc: gcc-patches at gcc dot gnu dot org
- References: <E14iy7w-00005g-00@urtur>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Fri, Mar 30, 2001 at 10:35:39PM +1000, RDBrown@mira.net wrote:
> Based on 0320 snapshot. No regressions on sparc-sun-solaris-2.5.1 after
> building at bootstrap4.
>
> 2001-03-30 Rodney Brown <RodneyBrown@mynd.com>
>
> * config/sparc/sparc.md: Use define_constants for registers & unspecs.
Ok.
> + (UNSPECV_FLUSH_REG_WIND 1)
Although UNSPECV_FLUSH_REGWIN or UNSPECV_FLUSHW would be probably better.
Jakub