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]

Re: Regclass cleanups


   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.

Later,
David S. Miller
davem@redhat.com

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