aboutsummaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index 920da531213..b3e58900b39 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -1245,8 +1245,7 @@ const pass_data pass_data_rtl_store_motion =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- ( TODO_df_finish | TODO_verify_rtl_sharing
- | TODO_verify_flow ), /* todo_flags_finish */
+ TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_store_motion : public rtl_opt_pass