genattrtab.c (attr_rtx_1): New function containing the majority of `attr_rtx'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 30 Nov 2001 01:55:24 +0000 (01:55 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 30 Nov 2001 01:55:24 +0000 (01:55 +0000)
commit0d35f155c06d1d273c1ff2810f6f2bc45b839035
tree8578ac0f112a186a00b9a785bd39a4d19db3f4d6
parent45b677bc9e532a1f201f98ed6d5acab03ab06e10
genattrtab.c (attr_rtx_1): New function containing the majority of `attr_rtx'.

* 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.

From-SVN: r47465
gcc/ChangeLog
gcc/genattrtab.c