From d530b07f81e389fde99a626460ea3b33a34b9a83 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Mon, 20 Jan 2003 22:49:33 +0000 Subject: genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c. 2003-01-20 Vladimir Makarov * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c. * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h. * genattr.c (main): Output default definition of AUTOMATON_ALTS. Wrap up definition `insn_alts'. * genattrtab.c (main): Wrap up `insn_alts'. From-SVN: r61513 --- gcc/genattrtab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/genattrtab.h') diff --git a/gcc/genattrtab.h b/gcc/genattrtab.h index 8d0d35e..c64ae64 100644 --- a/gcc/genattrtab.h +++ b/gcc/genattrtab.h @@ -18,6 +18,10 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Name of function (attribute) to translate insn into number of insn + alternatives reservation. */ +#define INSN_ALTS_FUNC_NAME "insn_alts" + /* Defined in genattrtab.c: */ extern rtx check_attr_test PARAMS ((rtx, int, int)); extern rtx make_numeric_value PARAMS ((int)); -- cgit v1.1