aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 99efdb3..662ab40 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -56,6 +56,7 @@ Boston, MA 02111-1307, USA. */
#include "basic-block.h"
#include "intl.h"
#include "ggc.h"
+#include "graph.h"
#ifdef DWARF_DEBUGGING_INFO
#include "dwarfout.h"
@@ -204,9 +205,6 @@ static int print_single_switch PROTO((FILE *, int, int, const char *,
static void print_switch_values PROTO((FILE *, int, int, const char *,
const char *, const char *));
-void print_rtl_graph_with_bb PROTO ((const char *, const char *, rtx));
-void clean_graph_dump_file PROTO ((const char *, const char *));
-void finish_graph_dump_file PROTO ((const char *, const char *));
/* Length of line when printing switch values. */
#define MAX_LINE 75