aboutsummaryrefslogtreecommitdiff
path: root/gcc/graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graph.c')
-rw-r--r--gcc/graph.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c
index 38e72946789..5fbf4e5dd91 100644
--- a/gcc/graph.c
+++ b/gcc/graph.c
@@ -32,6 +32,9 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "toplev.h"
#include "graph.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
static const char *const graph_ext[] =
{
@@ -427,3 +430,5 @@ finish_graph_dump_file (const char *base)
fclose (fp);
}
}
+
+END_TARGET_SPECIFIC