diff options
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r-- | gcc/sched-vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index 3e5a74d..90b75f1 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -719,7 +719,7 @@ print_insn (pretty_printer *pp, const_rtx x, int verbose) /* Prerry-print a slim dump of X (an insn) to PP, including any register note attached to the instruction. */ -static void +void print_insn_with_notes (pretty_printer *pp, const_rtx x) { pp_string (pp, print_rtx_head); |