diff options
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r-- | gcc/regmove.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c index 3d25fe07bad..1ce8a7ed285 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -1377,7 +1377,6 @@ struct rtl_opt_pass pass_regmove = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_df_finish | TODO_verify_rtl_sharing | - TODO_ggc_collect /* todo_flags_finish */ + TODO_df_finish | TODO_verify_rtl_sharing /* todo_flags_finish */ } }; |