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-deps.c | |
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-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index ea32c704ee4..5dc920556ce 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -398,7 +398,7 @@ set_sched_group_p (rtx insn) The MEM is a memory reference contained within INSN, which we are saving so that we can do memory aliasing on it. */ -void +static void add_insn_mem_dependence (struct deps *deps, rtx *insn_list, rtx *mem_list, rtx insn, rtx mem) { |