aboutsummaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r--gcc/regstat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index cb4471b235b..1de856c6e17 100644
--- a/gcc/regstat.c
+++ b/gcc/regstat.c
@@ -34,7 +34,9 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "timevar.h"
#include "df.h"
+#include "multi-target.h"
+START_TARGET_SPECIFIC
struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;
@@ -526,3 +528,4 @@ regstat_free_calls_crossed (void)
reg_info_p = NULL;
}
+END_TARGET_SPECIFIC