system.h (TRAMPOLINE_TEMPLATE, [...]): Poison.
[gcc.git] / gcc / sel-sched-dump.c
index 7d56d3ba078eee01648c1031217ac5155bfee602..5fce7cf6b9e88a8887d1d56cc7c1d0a8bf6040d2 100644 (file)
@@ -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"
 \f
@@ -941,5 +943,5 @@ debug_mem_addr_value (rtx x)
   debug_rtx (addr);
   return t;
 }
-
+#endif