From b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Thu, 30 Aug 2001 20:44:51 +0000 Subject: rtl.def: Undo my patch commited 2001-08-27. 2001-08-30 Vladimir Makarov * rtl.def: Undo my patch commited 2001-08-27. * genattrtab.c: Ditto. * rtl.h: Ditto. * sched-int.h: Ditto. * target-def.h: Ditto. * target.h: Ditto. * haifa-sched.c: Ditto. * sched-rgn.c: Ditto. * sched-vis.c: Ditto. * Makefile.in: Ditto. * doc/md.texi: Ditto. * doc/tm.texi: Ditto. * doc/contrib.texi: Ditto. * doc/gcc.texi: Ditto. * genattrtab.h: Remove it. * genautomata.c: Remove it. * genattr.c: Undo my patch and Richard Henderson's patch commited 2001-08-27. From-SVN: r45297 --- gcc/sched-int.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gcc/sched-int.h') diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 1c6d654..0637813 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -20,9 +20,6 @@ along with GCC; see the file COPYING. If not, write to the Free the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Pointer to data describing the current DFA state. */ -extern state_t curr_state; - /* Forward declaration. */ struct ready_list; @@ -184,7 +181,7 @@ struct haifa_insn_data int dep_count; /* An encoding of the blockage range function. Both unit and range - are coded. This member is used only for old pipeline interface. */ + are coded. */ unsigned int blockage; /* Number of instructions referring to this insn. */ @@ -196,8 +193,7 @@ struct haifa_insn_data short cost; - /* An encoding of the function units used. This member is used only - for old pipeline interface. */ + /* An encoding of the function units used. */ short units; /* This weight is an estimation of the insn's contribution to -- cgit v1.1