summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-01-29 14:11:09 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-01-29 14:11:09 -0800
commit2583081eb57e13822839118432d5ac1281b60f89 (patch)
treef1ec78e8399786f4f666db63dd8c402e57174ae6 /gcc/sched-int.h
parent3b8d200e8d0033ca9d2b8f72a069ea88b95b858b (diff)
downloadgcc-2583081eb57e13822839118432d5ac1281b60f89.tar.gz
sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
* sched-int.h (struct deps_reg): Add uses_length, clobbers_length. * sched-rgn.c (propagate_deps): Update them. * sched-deps.c (sched_analyze_insn): Update them. Flush the clobbers list when either gets too long. From-SVN: r49328
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 851d058c74d..47910a0c2d5 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -96,6 +96,8 @@ struct deps
rtx uses;
rtx sets;
rtx clobbers;
+ int uses_length;
+ int clobbers_length;
} *reg_last;
/* Element N is set for each register that has any non-zero element