diff options
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r-- | gcc/tree-nrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index 58e7e80c808..51bc7cd90cd 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -285,7 +285,7 @@ struct gimple_opt_pass pass_nrv = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_ggc_collect /* todo_flags_finish */ + 0 /* todo_flags_finish */ } }; |