aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r--gcc/modulo-sched.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c
index cc9f788a8a7..deb1d7d1d78 100644
--- a/gcc/modulo-sched.c
+++ b/gcc/modulo-sched.c
@@ -48,6 +48,9 @@ along with GCC; see the file COPYING3. If not see
#include "timevar.h"
#include "tree-pass.h"
#include "dbgcnt.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
#ifdef INSN_SCHEDULING
@@ -2903,3 +2906,4 @@ struct rtl_opt_pass pass_sms =
}
};
+END_TARGET_SPECIFIC