aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-06-08 15:44:06 +0200
committerMartin Liska <marxin@gcc.gnu.org>2018-06-08 13:44:06 +0000
commit439608b783547ea4db52a64d35a859cbbe9f424f (patch)
tree2ac7e9b96dc2f42b40ce2c5992228174449358c8 /gcc/tree-cfg.h
parentd0765b25af01c746de09c92b8eacb3ecf726830e (diff)
downloadgcc-439608b783547ea4db52a64d35a859cbbe9f424f.zip
gcc-439608b783547ea4db52a64d35a859cbbe9f424f.tar.gz
gcc-439608b783547ea4db52a64d35a859cbbe9f424f.tar.bz2
Fix function signature in header file.
2018-06-08 Martin Liska <mliska@suse.cz> * tree-cfg.h (debug_function): Fix argument type to match implementation. From-SVN: r261327
Diffstat (limited to 'gcc/tree-cfg.h')
-rw-r--r--gcc/tree-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.h b/gcc/tree-cfg.h
index 73237a6..9491bb4 100644
--- a/gcc/tree-cfg.h
+++ b/gcc/tree-cfg.h
@@ -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);