This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [SH] PR 53976 - Add RTL pass to eliminate clrt, sett insns
- From: Oleg Endo <oleg dot endo at t-online dot de>
- To: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 21 Nov 2013 09:22:20 +0100
- Subject: Re: [SH] PR 53976 - Add RTL pass to eliminate clrt, sett insns
- Authentication-results: sourceware.org; auth=none
- References: <1384975779 dot 2438 dot 119 dot camel at yam-132-YW-E178-FTW> <20131121 dot 080643 dot 509172821 dot kkojima at rr dot iij4u dot or dot jp>
On Thu, 2013-11-21 at 08:06 +0900, Kaz Kojima wrote:
> Oleg Endo <oleg.endo@t-online.de> wrote:
> > * config.gcc (SH extra_objs): Add sh_optimize_sett_clrt pass.o.
>
> The usual way would be
>
> * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add
> sh_optimize_sett_clrt.o to extra_objs.
>
> OK with that change. Thanks!
Thanks. While at it, I also fixed the ChangeLog entry for
sh_treg_combine.o.
Cheers,
Oleg