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
This commit is contained in:
Kazu Hirata 2004-11-08 19:07:49 +00:00 committed by Kazu Hirata
parent 6058028632
commit c66a43689e
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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)
{

View File

@ -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 *);