aboutsummaryrefslogtreecommitdiff
path: root/gcc/graph.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/graph.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/graph.c')
-rw-r--r--gcc/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c
index 4f8929d..3c35f37 100644
--- a/gcc/graph.c
+++ b/gcc/graph.c
@@ -29,6 +29,7 @@
#include "hard-reg-set.h"
#include "basic-block.h"
#include "toplev.h"
+#include "graph.h"
static const char *graph_ext[] =
{