This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] combine.c if_then_else_cond() subreg modes
- To: DJ Delorie <dj at redhat dot com>
- Subject: Re: [patch] combine.c if_then_else_cond() subreg modes
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 29 Jan 2001 17:35:13 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200101060215.VAA19089@greed.delorie.com>
On Fri, Jan 05, 2001 at 09:15:53PM -0500, DJ Delorie wrote:
> ! true0 = operand_subword (true0, SUBREG_WORD (x), 0, GET_MODE (SUBREG_REG (x)));
> ! false0 = operand_subword (false0, SUBREG_WORD (x), 0, GET_MODE (SUBREG_REG (x)));
Ok. Wrap it properly though.
r~