summaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
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-deps.c
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-deps.c')
-rw-r--r--gcc/sched-deps.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c
index 72d8e4f04cf..456636c813e 100644
--- a/gcc/sched-deps.c
+++ b/gcc/sched-deps.c
@@ -493,21 +493,6 @@ deps_may_trap_p (rtx mem)
return rtx_addr_can_trap_p (addr);
}
-/* Return the INSN_LIST containing INSN in LIST, or NULL
- if LIST does not contain INSN. */
-
-rtx
-find_insn_list (rtx insn, rtx list)
-{
- while (list)
- {
- if (XEXP (list, 0) == insn)
- return list;
- list = XEXP (list, 1);
- }
- return 0;
-}
-
/* Find the condition under which INSN is executed. */
static rtx