summaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index b200fef4dfb..f2c8f635d39 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -7466,8 +7466,7 @@ struct rtl_opt_pass pass_cse =
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
- TODO_ggc_collect |
- TODO_verify_flow, /* todo_flags_finish */
+ TODO_verify_flow /* todo_flags_finish */
}
};
@@ -7529,7 +7528,6 @@ struct rtl_opt_pass pass_cse2 =
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
- TODO_ggc_collect |
TODO_verify_flow /* todo_flags_finish */
}
};
@@ -7590,7 +7588,6 @@ struct rtl_opt_pass pass_cse_after_global_opts =
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
- TODO_ggc_collect |
TODO_verify_flow /* todo_flags_finish */
}
};