summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-05-03 02:05:52 +0200
committerRichard Henderson <rth@gcc.gnu.org>2002-05-02 17:05:52 -0700
commit6d0de0058121acea1a5688c1b6b7668ce40f5663 (patch)
tree48538557c882b1e8c83381b471c4d07309156a06 /gcc/sched-int.h
parent0bfb9a691ff8561383df396da0fa0aff3e30fe43 (diff)
downloadgcc-6d0de0058121acea1a5688c1b6b7668ce40f5663.tar.gz
haifa-sched.c (schedule_insn): Print table of instructions and reservations.
* haifa-sched.c (schedule_insn): Print table of instructions and reservations. (sched_block): Do not print ready list at verbosity level 1. * sched-vis.c (print_insn): Make global. * sched-ebb.c (ebb_print_insn): Rename from... (print_insn): ... this one. * sched-int.h (print_insn): Declare From-SVN: r53073
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 2b18c28badc..56c200e86fb 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -311,4 +311,4 @@ extern int insn_unit PARAMS ((rtx));
extern int insn_cost PARAMS ((rtx, rtx, rtx));
extern rtx get_unit_last_insn PARAMS ((int));
extern int actual_hazard_this_instance PARAMS ((int, int, rtx, int, int));
-
+extern void print_insn PARAMS ((char *, rtx, int));