aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-10-02 20:13:24 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-10-02 20:13:24 +0000
commit6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83 (patch)
tree08e481fa4e0cead1088bbb61abb47402ea630d29 /gcc/toplev.c
parent2a138827f05464678fe15c6e166f0d8afb2a4a78 (diff)
downloadgcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.zip
gcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.tar.gz
gcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.tar.bz2
graph.h: New file to prototype functions exported by graph.c.
* graph.h: New file to prototype functions exported by graph.c. * Makefile.in (graph.o, toplev.o): Depend on graph.h. * graph.c: Include graph.h. * toplev.c: Likewise. Remove redundant prototypes. From-SVN: r29777
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