mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
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:
parent
6058028632
commit
c66a43689e
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user