patch for PR65729

Jakub Jelinek jakub@redhat.com
Tue Apr 14 08:11:00 GMT 2015


On Tue, Apr 14, 2015 at 10:08:24AM +0200, Yvan Roux wrote:
> --- a/gcc/lra-constraints.c
> +++ b/gcc/lra-constraints.c
> @@ -1656,8 +1656,7 @@ prohibited_class_reg_set_mode_p (enum reg_class rclass,
>  {
>    HARD_REG_SET temp;
>    
> -  // ??? Is this assert right
> -  // lra_assert (hard_reg_set_subset_p (set, reg_class_contents[rclass]));
> +  lra_assert (hard_reg_set_subset_p (reg_class_contents[rclass],set));

Missing space after ,
Otherwise, I'll defer to Vlad for review.

	Jakub



More information about the Gcc-patches mailing list