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: i386 integer move patterns cleanup.


On Thu, Nov 25, 1999 at 03:31:39PM +0100, Jan Hubicka wrote:
> *************** ix86_expand_move (mode, operands)
> *** 3653,3667 ****
>   		   && ! standard_80387_constant_p (operands[1]))
>   	    operands[1] = validize_mem (force_const_mem (mode, operands[1]));
>   	}
> -       else
> - 	{
> - 	  /* Try to guess when a cc clobber on the move might be fruitful.  */
> - 	  if (!strict
> - 	      && GET_CODE (operands[0]) == REG
> - 	      && operands[1] == const0_rtx
> - 	      && !flag_peephole2)
> - 	    want_clobber = 1;
> - 	}

Also remove all references to want_clobber.


Ok.


r~


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