diff options
Diffstat (limited to 'gcc/graph.h')
-rw-r--r-- | gcc/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graph.h b/gcc/graph.h index 892ebb7edb5..97bb177dd16 100644 --- a/gcc/graph.h +++ b/gcc/graph.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GRAPH_H #define GCC_GRAPH_H -extern void print_rtl_graph_with_bb (const char *, tree); +extern void print_graph_cfg (const char *, struct function *); extern void clean_graph_dump_file (const char *); extern void finish_graph_dump_file (const char *); |