aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 14f13812b36..067037c9697 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "alloc-pool.h"
#include "pretty-print.h"
+#include "multi-target.h"
/* Functions and data structures for expanding case statements. */
@@ -95,6 +96,8 @@ struct case_node
typedef struct case_node case_node;
typedef struct case_node *case_node_ptr;
+START_TARGET_SPECIFIC
+
/* These are used by estimate_case_costs and balance_case_nodes. */
/* This must be a signed type, and non-ANSI compilers lack signed char. */
@@ -3241,3 +3244,4 @@ emit_case_nodes (rtx index, case_node_ptr node, rtx default_label,
}
}
}
+END_TARGET_SPECIFIC