diff options
author | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-29 22:34:36 +0000 |
---|---|---|
committer | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-29 22:34:36 +0000 |
commit | bea4bad2ca98bae664217637d7d13babddc40e80 (patch) | |
tree | 711c3d2354156033007c12671e96ba4e545ef452 /gcc/sched-int.h | |
parent | 69562d203bf24e1e94befea31bf57136e213b20f (diff) | |
download | gcc-bea4bad2ca98bae664217637d7d13babddc40e80.tar.gz |
2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
Merging code from dfa-branch:
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index f5a880809c8..2b18c28badc 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -20,6 +20,9 @@ along with GCC; see the file COPYING. If not, write to 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 +187,7 @@ struct haifa_insn_data int dep_count; /* An encoding of the blockage range function. Both unit and range - are coded. */ + are coded. This member is used only for old pipeline interface. */ unsigned int blockage; /* Number of instructions referring to this insn. */ @@ -196,7 +199,8 @@ struct haifa_insn_data short cost; - /* An encoding of the function units used. */ + /* An encoding of the function units used. This member is used only + for old pipeline interface. */ short units; /* This weight is an estimation of the insn's contribution to |