diff options
author | Bernd Schmidt <bernds@redhat.co.uk> | 2000-12-19 17:41:20 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2000-12-19 17:41:20 +0000 |
commit | 79c2ffde686279bf867bc890584da1990a42899e (patch) | |
tree | 013277f950b7f201ce69219bf4e5634032099790 /gcc/sched-int.h | |
parent | 288c2c9e631f700809d885eef05a4d3fce212d86 (diff) | |
download | gcc-79c2ffde686279bf867bc890584da1990a42899e.zip gcc-79c2ffde686279bf867bc890584da1990a42899e.tar.gz gcc-79c2ffde686279bf867bc890584da1990a42899e.tar.bz2 |
More scheduler infrastructure.
From-SVN: r38381
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 4a15f12..ffa23a1 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 *)); |