ix86_expand_branch fix

Jan Hubicka jh@suse.cz
Thu Aug 3 07:15:00 GMT 2000


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),


More information about the Gcc-patches mailing list