[PATCH 12/55] rs6000: Parsing built-in input file, part 2 of 3

Segher Boessenkool segher@kernel.crashing.org
Mon Jul 19 22:07:16 GMT 2021


On Thu, Jun 17, 2021 at 10:18:56AM -0500, Bill Schmidt wrote:
> 	* config/rs6000/rs6000-gen-builtins.c (parse_args): New function.
> 	(parse_prototype): Implement.

> +	    restr_opnd[restr_cnt] = *nargs + 1;
> +	    restr[restr_cnt] = argtype->restr;
> +	    val1[restr_cnt] = argtype->val1;
> +	    val2[restr_cnt++] = argtype->val2;

Just make the ++ more explicit please (put it in a separate statement).

Okay for trunk.  Thanks!


Segher


More information about the Gcc-patches mailing list