1117395Skan/* Header file for graph routines.
2169689Skan   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
390075Sobrien
490075SobrienThis file is part of GCC.
590075Sobrien
690075SobrienGCC is free software; you can redistribute it and/or modify it under
790075Sobrienthe terms of the GNU General Public License as published by the Free
890075SobrienSoftware Foundation; either version 2, or (at your option) any later
990075Sobrienversion.
1090075Sobrien
1190075SobrienGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1290075SobrienWARRANTY; without even the implied warranty of MERCHANTABILITY or
1390075SobrienFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1490075Sobrienfor more details.
1590075Sobrien
1690075SobrienYou should have received a copy of the GNU General Public License
1790075Sobrienalong with GCC; see the file COPYING.  If not, write to the Free
18169689SkanSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19169689Skan02110-1301, USA.  */
2090075Sobrien
2190075Sobrien#ifndef GCC_GRAPH_H
2290075Sobrien#define GCC_GRAPH_H
2390075Sobrien
24169689Skanextern void print_rtl_graph_with_bb (const char *, rtx);
25169689Skanextern void clean_graph_dump_file (const char *);
26169689Skanextern void finish_graph_dump_file (const char *);
2790075Sobrien
2890075Sobrien#endif /* ! GCC_GRAPH_H */
29