diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2001-08-30 20:44:51 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2001-08-30 20:44:51 +0000 |
commit | b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0 (patch) | |
tree | 9cc1dc4a63e4c3af0ab3e68c017e773ea05dec6f /gcc/sched-int.h | |
parent | 6e4302ec5b8658dbbed93bc09cf45b52aa94766c (diff) | |
download | gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.zip gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.tar.gz gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.tar.bz2 |
rtl.def: Undo my patch commited 2001-08-27.
2001-08-30 Vladimir Makarov <vmakarov@redhat.com>
* 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
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 8 |
1 files changed, 2 insertions, 6 deletions
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 |