summaryrefslogtreecommitdiffstats
path: root/gcc/sched-vis.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 00:05:52 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 00:05:52 +0000
commit0bc18d6674b057042a848181b0f7bf0d5baba887 (patch)
tree48538557c882b1e8c83381b471c4d07309156a06 /gcc/sched-vis.c
parent87fe19fc641547f6f4169566792bae286169b611 (diff)
downloadppe42-gcc-0bc18d6674b057042a848181b0f7bf0d5baba887.tar.gz
ppe42-gcc-0bc18d6674b057042a848181b0f7bf0d5baba887.zip
* 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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r--gcc/sched-vis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c
index d3e8472b3be..48b68542edc 100644
--- a/gcc/sched-vis.c
+++ b/gcc/sched-vis.c
@@ -49,7 +49,6 @@ static int get_visual_tbl_length PARAMS ((void));
static void print_exp PARAMS ((char *, rtx, int));
static void print_value PARAMS ((char *, rtx, int));
static void print_pattern PARAMS ((char *, rtx, int));
-static void print_insn PARAMS ((char *, rtx, int));
/* Print names of units on which insn can/should execute, for debugging. */
@@ -759,7 +758,7 @@ print_pattern (buf, x, verbose)
(Probably the last "option" should be extended somehow, since it
depends now on sched.c inner variables ...) */
-static void
+void
print_insn (buf, x, verbose)
char *buf;
rtx x;
OpenPOWER on IntegriCloud