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]
Other format: [Raw text]

Re: Patch to genattrtab.c: eliminate last use of VA_START [take 2]


On Thu, Nov 29, 2001 at 06:59:30PM -0500, Kaveh R. Ghazi wrote:
> 	* genattrtab.c (attr_rtx_1): New function containing the
> 	majority of `attr_rtx'.  Move variable declarations into the
> 	scope where they are used.  Eliminate unnecessary gotos.
> 	(attr_rtx): Now just a wrapper for `attr_rtx_1' using VA_OPEN,
> 	VA_FIXEDARG, and VA_CLOSE.

Ok.


r~


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