summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.co.uk>2000-12-19 17:41:20 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2000-12-19 17:41:20 +0000
commit79c2ffde686279bf867bc890584da1990a42899e (patch)
tree013277f950b7f201ce69219bf4e5634032099790 /gcc/sched-int.h
parent288c2c9e631f700809d885eef05a4d3fce212d86 (diff)
downloadgcc-79c2ffde686279bf867bc890584da1990a42899e.tar.gz
More scheduler infrastructure.
From-SVN: r38381
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h8
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 *));