diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c index 7e55c94cf75..36c874fd372 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6999,9 +6999,8 @@ struct rtl_opt_pass pass_thread_prologue_and_epilogue = 0, /* properties_provided */ 0, /* properties_destroyed */ TODO_verify_flow, /* todo_flags_start */ - TODO_df_verify | - TODO_df_finish | TODO_verify_rtl_sharing | - TODO_ggc_collect /* todo_flags_finish */ + TODO_df_verify | TODO_df_finish + | TODO_verify_rtl_sharing /* todo_flags_finish */ } }; |