summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-17 04:01:30 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-17 04:01:30 +0000
commit7865f8be3feb2aee334ae94e7b49f089af0c820f (patch)
tree6cf1f99d2b616f2187c6f4432d9707991bad0533 /gcc/sched-int.h
parent7f1f88317a25ac2778435a7328d83fb95f9a4530 (diff)
downloadgcc-7865f8be3feb2aee334ae94e7b49f089af0c820f.tar.gz
* sched-deps.c (find_insn_list): Remove.
* sched-int.h: Remove the prototype for find_insn_list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122069 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 61b9cf259c0..b6396570de2 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -834,7 +834,6 @@ extern void init_deps_global (void);
extern void finish_deps_global (void);
extern void add_forw_dep (dep_link_t);
extern void compute_forward_dependences (rtx, rtx);
-extern rtx find_insn_list (rtx, rtx);
extern void init_dependency_caches (int);
extern void free_dependency_caches (void);
extern void extend_dependency_caches (int, bool);