diff options
Diffstat (limited to 'gcc/analyzer/analyzer.h')
-rw-r--r-- | gcc/analyzer/analyzer.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/analyzer/analyzer.h b/gcc/analyzer/analyzer.h index 5364edb..78d6009 100644 --- a/gcc/analyzer/analyzer.h +++ b/gcc/analyzer/analyzer.h @@ -21,12 +21,12 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_ANALYZER_ANALYZER_H #define GCC_ANALYZER_ANALYZER_H -/* Forward decls of common types, with indentation to show inheritance. */ - class graphviz_out; namespace ana { +/* Forward decls of common types, with indentation to show inheritance. */ + class supergraph; class supernode; class superedge; @@ -71,6 +71,10 @@ class state_purge_per_ssa_name; class state_change; class rewind_info_t; +/* Forward decls of functions. */ + +extern void dump_quoted_tree (pretty_printer *pp, tree t); + } // namespace ana extern bool is_special_named_call_p (const gcall *call, const char *funcname, |