aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ira-emit.c')
-rw-r--r--gcc/ira-emit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c
index 9d66bfe48ff..a8807a587e5 100644
--- a/gcc/ira-emit.c
+++ b/gcc/ira-emit.c
@@ -43,8 +43,11 @@ along with GCC; see the file COPYING3. If not see
#include "errors.h"
#include "df.h"
#include "ira-int.h"
+#include "multi-target.h"
+START_TARGET_SPECIFIC
+
typedef struct move *move_t;
/* The structure represents an allocno move. Both allocnos have the
@@ -1125,3 +1128,5 @@ ira_emit (bool loops_p)
ira_free (at_bb_end);
ira_free (at_bb_start);
}
+
+END_TARGET_SPECIFIC