* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
From-SVN: r126130
This commit is contained in:
parent
bfa8d90b86
commit
874d7c2f29
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user