summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index f6a021eb778..c8beb24ed64 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -1258,8 +1258,6 @@ struct rtl_opt_pass pass_rtl_store_motion =
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
- TODO_dump_func |
TODO_verify_flow | TODO_ggc_collect /* todo_flags_finish */
}
};
-