diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 3bc4d5c532c..cd9b49d4304 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -591,7 +591,7 @@ struct simple_ipa_opt_pass pass_ipa_tree_profile = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_func /* todo_flags_finish */ + 0 /* todo_flags_finish */ } }; |