Fix function signature in header file.
authorMartin Liska <mliska@suse.cz>
Fri, 8 Jun 2018 13:44:06 +0000 (15:44 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 8 Jun 2018 13:44:06 +0000 (13:44 +0000)
2018-06-08  Martin Liska  <mliska@suse.cz>

* tree-cfg.h (debug_function): Fix argument type to match
        implementation.

From-SVN: r261327

gcc/ChangeLog
gcc/tree-cfg.h

index cee2f991e9388d6940c8b54b16473ea8003d0643..cbbf5e2bec32fba7b19bee48bafc0650cb0bb56a 100644 (file)
@@ -1,3 +1,8 @@
+2018-06-08  Martin Liska  <mliska@suse.cz>
+
+       * tree-cfg.h (debug_function): Fix argument type to match
+        implementation.
+
 2018-06-08  Martin Liska  <mliska@suse.cz>
 
        * config/powerpcspe/powerpcspe.c (rs6000_xcoff_visibility):
index 73237a604beead12e2f0c9bb627988d1c4c48579..9491bb45feb428224b3974117b33ccd5f4805474 100644 (file)
@@ -81,7 +81,7 @@ extern void fold_loop_internal_call (gimple *, tree);
 extern basic_block move_sese_region_to_fn (struct function *, basic_block,
                                           basic_block, tree);
 extern void dump_function_to_file (tree, FILE *, dump_flags_t);
-extern void debug_function (tree, int) ;
+extern void debug_function (tree, dump_flags_t);
 extern void print_loops_bb (FILE *, basic_block, int, int);
 extern void print_loops (FILE *, int);
 extern void debug (struct loop &ref);