* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.

From-SVN: r126130
This commit is contained in:
Jan Hubicka 2007-06-30 01:18:16 +02:00 committed by Jan Hubicka
parent bfa8d90b86
commit 874d7c2f29
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-06-29 Jan Hubicka <jh@suse.cz>
* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
2007-06-29 Jan Hubicka <jh@suse.cz>
PR middle-end/32372

View File

@ -7012,7 +7012,7 @@ struct tree_opt_pass pass_cse =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
TODO_df_finish |
TODO_dump_func |
TODO_ggc_collect |
TODO_verify_flow, /* todo_flags_finish */
@ -7070,7 +7070,7 @@ struct tree_opt_pass pass_cse2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing |
TODO_df_finish |
TODO_dump_func |
TODO_ggc_collect |
TODO_verify_flow, /* todo_flags_finish */