1201941Smarcel/* Header file for graph routines.
2201941Smarcel   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
3201941Smarcel
4201941SmarcelThis file is part of GCC.
5201941Smarcel
6201941SmarcelGCC is free software; you can redistribute it and/or modify it under
7201941Smarcelthe terms of the GNU General Public License as published by the Free
8201941SmarcelSoftware Foundation; either version 2, or (at your option) any later
9201941Smarcelversion.
10201941Smarcel
11201941SmarcelGCC is distributed in the hope that it will be useful, but WITHOUT ANY
12201941SmarcelWARRANTY; without even the implied warranty of MERCHANTABILITY or
13201941SmarcelFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14201941Smarcelfor more details.
15201941Smarcel
16201941SmarcelYou should have received a copy of the GNU General Public License
17201941Smarcelalong with GCC; see the file COPYING.  If not, write to the Free
18201941SmarcelSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19201941Smarcel02110-1301, USA.  */
20201941Smarcel
21201941Smarcel#ifndef GCC_GRAPH_H
22201941Smarcel#define GCC_GRAPH_H
23201941Smarcel
24201941Smarcelextern void print_rtl_graph_with_bb (const char *, rtx);
25201941Smarcelextern void clean_graph_dump_file (const char *);
26201941Smarcelextern void finish_graph_dump_file (const char *);
27201941Smarcel
28201941Smarcel#endif /* ! GCC_GRAPH_H */
29201941Smarcel