diff options
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r-- | gcc/store-motion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 2e57d32422c..6fc072c38e6 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -1249,6 +1249,6 @@ struct rtl_opt_pass pass_rtl_store_motion = 0, /* properties_destroyed */ 0, /* todo_flags_start */ TODO_df_finish | TODO_verify_rtl_sharing | - TODO_verify_flow | TODO_ggc_collect /* todo_flags_finish */ + TODO_verify_flow /* todo_flags_finish */ } }; |