OSDN Git Service

* decContext.h: Include gstdint.h instead of <stdint.h>.
[pf3gnuchains/gcc-fork.git] / gcc / sel-sched-dump.c
index 7d56d3b..5fce7cf 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