diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-08 19:07:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-08 19:07:49 +0000 |
commit | c66a43689eeb6a9014b2b6cbd49b2c745e3d7d69 (patch) | |
tree | a9f7d9ab5edbf9bee8bea33b2b73b49b89b0a731 /gcc/sched-int.h | |
parent | 6058028632c72f1c62ea6e526127a33e2236e2a4 (diff) | |
download | gcc-c66a43689eeb6a9014b2b6cbd49b2c745e3d7d69.tar.gz |
sched-deps.c (add_insn_mem_dependence): Make it static.
* sched-deps.c (add_insn_mem_dependence): Make it static.
* sched-int.h: Remove the corresponding prototypes.
From-SVN: r90283
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 8dddc9e2b83..777adacdeae 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -357,7 +357,6 @@ extern void print_insn (char *, rtx, int); /* Functions in sched-deps.c. */ extern int add_dependence (rtx, rtx, enum reg_note); -extern void add_insn_mem_dependence (struct deps *, rtx *, rtx *, rtx, rtx); extern void sched_analyze (struct deps *, rtx, rtx); extern void init_deps (struct deps *); extern void free_deps (struct deps *); |