This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Recent changes to cse.c
- To: Denis Chertykov <denisc at overta dot ru>, bernds at redhat dot com
- Subject: Re: Recent changes to cse.c
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Tue, 24 Jul 2001 09:25:35 +0100
- cc: law at redhat dot com, Richard dot Earnshaw at arm dot com, Richard Henderson <rth at redhat dot com>, Mike Lerwill <mike at ml-solutions dot co dot uk>, gcc at gcc dot gnu dot org
- Organization: ARM Ltd.
- Reply-To: Richard dot Earnshaw at arm dot com
> Look for compare-and-branch in md.texi. Then take a look at the Thumb
> patterns in arm/arm.md (TARGET_THUMB).
Hmm, the pattern names are cbranch<mode>4, but I can find nothing in the
manual about them.
Bernd, I thought you'd written something about these. How come there's
nothing in machine patterns section in md.texi?
R.