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]

ix86_expand_branch fix


Thu Aug  3 12:19:05 CEST 2000  Jan Hubicka  <jh@suse.cz>
	* i386.c (ix86_expand_branch): Mode of comparison in
	IF_THEN_ELSE is VOIDmode.
*** i386.c.old	Mon Jul 10 15:51:23 2000
--- i386.c	Thu Aug  3 11:11:23 2000
*************** ix86_expand_branch (code, label)
*** 4888,4894 ****
  	code = ix86_prepare_fp_compare_args (code, &ix86_compare_op0,
  					     &ix86_compare_op1);
  
! 	tmp = gen_rtx_fmt_ee (code, ix86_fp_compare_mode (code),
  			      ix86_compare_op0, ix86_compare_op1);
  	tmp = gen_rtx_IF_THEN_ELSE (VOIDmode, tmp,
  				    gen_rtx_LABEL_REF (VOIDmode, label),
--- 4992,4998 ----
  	code = ix86_prepare_fp_compare_args (code, &ix86_compare_op0,
  					     &ix86_compare_op1);
  
! 	tmp = gen_rtx_fmt_ee (code, VOIDmode,
  			      ix86_compare_op0, ix86_compare_op1);
  	tmp = gen_rtx_IF_THEN_ELSE (VOIDmode, tmp,
  				    gen_rtx_LABEL_REF (VOIDmode, label),

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