summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-29 22:11:09 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-29 22:11:09 +0000
commitd922644ae1702b8554ddfbc5c76969f825065db2 (patch)
treef1ec78e8399786f4f666db63dd8c402e57174ae6 /gcc/sched-int.h
parentc0a5a33abd00f4d14fa0a9b055b681723967de3c (diff)
downloadgcc-d922644ae1702b8554ddfbc5c76969f825065db2.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49328 138bc75d-0d04-0410-961f-82ee72b054a4
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