pr60092.c: Remove default dg-skip-if arguments.
[gcc.git] / gcc / graph.h
index 892ebb7edb5af23c83c610b07d179a4a7f7545d5..bd347163bb5aa037f7ab01748476e98676d1c9b5 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for graph routines.
-   Copyright (C) 1999, 2003, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -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 *);