summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authoramonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-18 08:29:48 +0000
committeramonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-18 08:29:48 +0000
commit566e7db22a1709f81daf444f317f1241115df7d6 (patch)
tree7176ffac7109e0d7fc1623733fb00dfdd7a7b73c /gcc/sched-int.h
parentcdf133112c676395c031e54a9f1cea60d59b3a0c (diff)
downloadgcc-566e7db22a1709f81daf444f317f1241115df7d6.tar.gz
2008-09-18 Alexander Monakov <amonakov@ispras.ru>
PR middle-end/37499 * sched-int.h (struct _haifa_insn_data): Remove unused field ref_count. * sched-rgn.c (ref_counts): Remove. (insn_referenced): New static variable. (INSN_REF_COUNT): Remove. (sched_run_compute_dependencies): Use insn_referenced instead of INSN_REF_COUNT. (add_branch_dependences): Likewise. Delete dead assignment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 7fd3b5526a2..e332c61f458 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -678,9 +678,6 @@ struct _haifa_insn_data
/* A priority for each insn. */
int priority;
- /* Number of instructions referring to this insn. */
- int ref_count;
-
/* The minimum clock tick at which the insn becomes ready. This is
used to note timing constraints for the insns in the pending list. */
int tick;