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: Set is VOIDmode.


On Sat, Aug 05, 2000 at 12:12:26AM +0200, Jan Hubicka wrote:
> Fri Aug  4 23:14:23 CEST 2000  Jan Hubicka  <jh@suse.cz>
> *** i386.c.old	Mon Jul 10 15:51:23 2000
> --- i386.c	Fri Aug  4 23:13:32 2000
> *************** ix86_expand_strlensi_unroll_1 (out, alig
> *** 6003,6009 ****
>   				       		     reg, 
>   				       		     tmpreg)));
>          /* Emit lea manually to avoid clobbering of flags.  */
> !        emit_insn (gen_rtx_SET (SImode, reg,
>   			       gen_rtx_PLUS (SImode, out, GEN_INT (2))));
>   
>          tmp = gen_rtx_REG (CCNOmode, FLAGS_REG);
> --- 6112,6118 ----
>   				       		     reg, 
>   				       		     tmpreg)));
>          /* Emit lea manually to avoid clobbering of flags.  */
> !        emit_insn (gen_rtx_SET (VOIDmode, reg,
>   			       gen_rtx_PLUS (SImode, out, GEN_INT (2))));
>   
>          tmp = gen_rtx_REG (CCNOmode, FLAGS_REG);

Ok.  You'll want some sort of non-null entry for the
ChangeLog though.  ;-)


r~

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