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 383a52a8fc0..38ccb133988 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -7018,9 +7018,8 @@ const pass_data pass_data_thread_prologue_and_epilogue = 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ - TODO_verify_flow, /* todo_flags_start */ - ( TODO_df_verify | TODO_df_finish - | TODO_verify_rtl_sharing ), /* todo_flags_finish */ + 0, /* todo_flags_start */ + ( TODO_df_verify | TODO_df_finish ), /* todo_flags_finish */ }; class pass_thread_prologue_and_epilogue : public rtl_opt_pass |