This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: ifcvt buglet
- To: Michael Meissner <meissner at cygnus dot com>
- Subject: Re: ifcvt buglet
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 31 May 2000 10:22:28 -0700
- Cc: law at cygnus dot com, gcc-patches at gcc dot gnu dot org
- References: <11955.959757793@upchuck> <20000531101624.46797@cse.cygnus.com>
On Wed, May 31, 2000 at 10:16:24AM -0400, Michael Meissner wrote:
> Hmmm, I may need to have a clobber in the jumps I want to convert to
> conditional code for the port that I'm working on. I would prefer a test
> that allowed clobbers (but not moves).
Look at the definition of onlyjump_p. That's what Jeff is testing.
r~