This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] combine.c if_then_else_cond() subreg modes



> 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.

Done.  Thanks!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]