Commit c66a4368 by Kazu Hirata Committed by Kazu Hirata

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
parent 60580286
2004-11-08 Kazu Hirata <kazu@cs.umass.edu> 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
* sched-deps.c (add_insn_mem_dependence): Make it static.
* sched-int.h: Remove the corresponding prototypes.
2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
* flow.c (allocate_bb_life_data): Make it static. * flow.c (allocate_bb_life_data): Make it static.
* basic-block.h: Remove the corresponding prototype. * basic-block.h: Remove the corresponding prototype.
......
...@@ -398,7 +398,7 @@ set_sched_group_p (rtx insn) ...@@ -398,7 +398,7 @@ set_sched_group_p (rtx insn)
The MEM is a memory reference contained within INSN, which we are saving The MEM is a memory reference contained within INSN, which we are saving
so that we can do memory aliasing on it. */ 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, add_insn_mem_dependence (struct deps *deps, rtx *insn_list, rtx *mem_list,
rtx insn, rtx mem) rtx insn, rtx mem)
{ {
......
...@@ -357,7 +357,6 @@ extern void print_insn (char *, rtx, int); ...@@ -357,7 +357,6 @@ extern void print_insn (char *, rtx, int);
/* Functions in sched-deps.c. */ /* Functions in sched-deps.c. */
extern int add_dependence (rtx, rtx, enum reg_note); 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 sched_analyze (struct deps *, rtx, rtx);
extern void init_deps (struct deps *); extern void init_deps (struct deps *);
extern void free_deps (struct deps *); extern void free_deps (struct deps *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment