]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/graph.h
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / graph.h
CommitLineData
589005ff 1/* Header file for graph routines.
8d9254fc 2 Copyright (C) 1999-2020 Free Software Foundation, Inc.
6a2cc2ac 3
1322177d 4This file is part of GCC.
6a2cc2ac 5
1322177d
LB
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
9dcd6f09 8Software Foundation; either version 3, or (at your option) any later
1322177d 9version.
6a2cc2ac 10
1322177d
LB
11GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12WARRANTY; without even the implied warranty of MERCHANTABILITY or
13FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14for more details.
6a2cc2ac
KG
15
16You should have received a copy of the GNU General Public License
9dcd6f09
NC
17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
6a2cc2ac 19
88657302
RH
20#ifndef GCC_GRAPH_H
21#define GCC_GRAPH_H
6a2cc2ac 22
2c895bd1 23extern void print_graph_cfg (const char *, struct function *);
9f8628ba
PB
24extern void clean_graph_dump_file (const char *);
25extern void finish_graph_dump_file (const char *);
6a2cc2ac 26
88657302 27#endif /* ! GCC_GRAPH_H */