summaryrefslogtreecommitdiff
path: root/gcc/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graph.h')
-rw-r--r--gcc/graph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/graph.h b/gcc/graph.h
index e69f3361660..b96188c3381 100644
--- a/gcc/graph.h
+++ b/gcc/graph.h
@@ -21,8 +21,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef GCC_GRAPH_H
#define GCC_GRAPH_H
-extern void print_rtl_graph_with_bb (const char *, const char *, rtx);
-extern void clean_graph_dump_file (const char *, const char *);
-extern void finish_graph_dump_file (const char *, const char *);
+extern void print_rtl_graph_with_bb (const char *, rtx);
+extern void clean_graph_dump_file (const char *);
+extern void finish_graph_dump_file (const char *);
#endif /* ! GCC_GRAPH_H */