diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 20:13:24 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 20:13:24 +0000 |
commit | e5bd13650548f863d8a7a996ac679e209b64f205 (patch) | |
tree | 08e481fa4e0cead1088bbb61abb47402ea630d29 /gcc/graph.c | |
parent | 4d84eafdb31558a5d28c152293a440fe69c42981 (diff) | |
download | gcc-e5bd13650548f863d8a7a996ac679e209b64f205.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29777 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 4f8929d2c63..3c35f37bd2d 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[] = { |