This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Translate the old SH1 pipeline description to the DFA description
- From: Steven Bosscher <stevenb at suse dot de>
- To: Joern Rennecke <joern dot rennecke at superh dot com>
- Cc: gcc-patches at gcc dot gnu dot org,joern dot rennecke at superh dot com (Joern Rennecke)
- Date: Wed, 30 Jun 2004 19:34:32 +0200
- Subject: Re: Translate the old SH1 pipeline description to the DFA description
- Organization: SUSE Labs
- References: <200406301134.i5UBYSh19904@chloe.uk.w2k.superh.com>
On Wednesday 30 June 2004 13:34, Joern Rennecke wrote:
> > ! if (TARGET_SH1 | TARGET_HARD_SH4)
>
> TARGET_SH1 means all processors that can execute SH1 instructions.
> I.e. SH1, SH2, SH2-DSP, SH2E, SH3, SH3-DSP, SH3E, SH4, SH5 in compact mode,
> and SH4A. Therefore, TARGET_SH1 is sufficient.
And with that change it is OK?
Gr.
Steven