From dfb0e60d22af8a61eb38e2b7c351e9fa516fef00 Mon Sep 17 00:00:00 2001 From: Andrey Belevantsev Date: Mon, 1 Sep 2008 16:38:44 +0400 Subject: sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING. * sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING. * sched-int.h (print_insn, print_pattern, print_value): Declare also when !INSN_SCHEDULING. From-SVN: r139862 --- gcc/sel-sched-dump.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc/sel-sched-dump.c') diff --git a/gcc/sel-sched-dump.c b/gcc/sel-sched-dump.c index 7d56d3b..5fce7cf 100644 --- a/gcc/sel-sched-dump.c +++ b/gcc/sel-sched-dump.c @@ -34,6 +34,8 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "basic-block.h" #include "cselib.h" + +#ifdef INSN_SCHEDULING #include "sel-sched-ir.h" #include "sel-sched-dump.h" @@ -941,5 +943,5 @@ debug_mem_addr_value (rtx x) debug_rtx (addr); return t; } - +#endif -- cgit v1.1