This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How early are COND_EXEC patterns created?
- To: John Wehle <john at feith dot com>
- Subject: Re: How early are COND_EXEC patterns created?
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 2 May 2000 17:21:23 -0700
- Cc: gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org, meissner at cygnus dot com
- References: <200005022356.TAA09740@jwlab.FEITH.COM>
On Tue, May 02, 2000 at 07:56:55PM -0400, John Wehle wrote:
> ! This pattern is created automatically by the if_convert
> ! pass run after reload. */
Not necessarily completely true. Target-specific splitters
can create them too.
Why did you move it, btw?
r~