Regclass cleanups

Jan Hubicka hubicka@atrey.karlin.mff.cuni.cz
Sun Jan 2 10:30:00 GMT 2000


>    Date: Sun, 2 Jan 2000 00:05:38 +0100
>    From: Jan Hubicka <hubicka@atrey.karlin.mff.cuni.cz>
> 
> Hello Jan,
> 
>    This patch contains some preparation work necesary for my propagation patch.
> 
> Ok, just a stylistic comment from me:
> 
>    --- 883,899 ----
>      {
>        enum rtx_code code = GET_CODE (insn);
>        enum rtx_code pat_code;
>        rtx set, note;
>        int i, j;
> 
>    +   struct costs op_costs[MAX_RECOG_OPERANDS];
>    + 
>        if (GET_RTX_CLASS (code) != 'i')
> 	 return insn;
> 
> This local array declaration should not be seperated by a blank line
> from the other local variable declarations.  Please put them together.
OK. I've missed this rule. Thanks.
I will fix that when I will install the patch.
But your letter probably wasn't meant as approval.. or I am mistaken?

Honza
> 
> Later,
> David S. Miller
> davem@redhat.com


More information about the Gcc-patches mailing list