aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2004-02-20 16:55:30 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-20 16:55:30 +0000
commitb6c6a23a093249c8c6124536bc7bb712822a7e4e (patch)
treebb5e140e707b1159b2375eb6a33cc3438430c1a8 /gcc/sched-int.h
parent2c5988607f786bd75fddef3e76af3a41f5711e33 (diff)
downloadgcc-b6c6a23a093249c8c6124536bc7bb712822a7e4e.zip
gcc-b6c6a23a093249c8c6124536bc7bb712822a7e4e.tar.gz
gcc-b6c6a23a093249c8c6124536bc7bb712822a7e4e.tar.bz2
haifa-sched.c (sched_emit_insn): Remove.
* haifa-sched.c (sched_emit_insn): Remove. * sched-int.h: Remove the corresponding prototype. From-SVN: r78173
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index ba056e0..b53ae0a 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -381,7 +381,6 @@ extern void rm_other_notes (rtx, rtx);
extern int insn_issue_delay (rtx);
extern int set_priorities (rtx, rtx);
-extern rtx sched_emit_insn (rtx);
extern void schedule_block (int, int);
extern void sched_init (FILE *);
extern void sched_finish (void);