diff options
Diffstat (limited to 'gcc/rtl-factoring.c')
-rw-r--r-- | gcc/rtl-factoring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl-factoring.c b/gcc/rtl-factoring.c index d0386d61c3e..cf07db9607c 100644 --- a/gcc/rtl-factoring.c +++ b/gcc/rtl-factoring.c @@ -1428,7 +1428,7 @@ struct tree_opt_pass pass_rtl_seqabstr = { 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_df_finish | + TODO_df_finish | TODO_verify_rtl_sharing | TODO_dump_func | TODO_ggc_collect, /* todo_flags_finish */ 'Q' /* letter */ |