diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-19 17:41:20 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-19 17:41:20 +0000 |
commit | 2295df678320e993f51c8a31324dc909bf7bf7c0 (patch) | |
tree | 013277f950b7f201ce69219bf4e5634032099790 /gcc/sched-int.h | |
parent | 4f84cefc9367bf9283a49cb53d9e1e0e7b4e8ce1 (diff) | |
download | gcc-2295df678320e993f51c8a31324dc909bf7bf7c0.tar.gz |
More scheduler infrastructure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 4a15f128068..ffa23a157a8 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -252,14 +252,14 @@ extern void free_dependency_caches PARAMS ((void)); extern void get_block_head_tail PARAMS ((int, rtx *, rtx *)); extern int no_real_insns_p PARAMS ((rtx, rtx)); -extern void rm_line_notes PARAMS ((int)); -extern void save_line_notes PARAMS ((int)); -extern void restore_line_notes PARAMS ((int)); +extern void rm_line_notes PARAMS ((rtx, rtx)); +extern void save_line_notes PARAMS ((int, rtx, rtx)); +extern void restore_line_notes PARAMS ((int, rtx, rtx)); extern void rm_redundant_line_notes PARAMS ((void)); extern void rm_other_notes PARAMS ((rtx, rtx)); extern int insn_issue_delay PARAMS ((rtx)); -extern int set_priorities PARAMS ((int)); +extern int set_priorities PARAMS ((rtx, rtx)); extern void schedule_block PARAMS ((int, int)); extern void sched_init PARAMS ((FILE *)); |