Commit 874d7c2f by Jan Hubicka Committed by Jan Hubicka

* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.

From-SVN: r126130
parent bfa8d90b
2007-06-29 Jan Hubicka <jh@suse.cz> 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 PR middle-end/32372
* cse.c (cse_insn): Avoid invalid sharing in between register note and * cse.c (cse_insn): Avoid invalid sharing in between register note and
the insn pattern. the insn pattern.
......
...@@ -7012,7 +7012,7 @@ struct tree_opt_pass pass_cse = ...@@ -7012,7 +7012,7 @@ struct tree_opt_pass pass_cse =
0, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing | TODO_df_finish |
TODO_dump_func | TODO_dump_func |
TODO_ggc_collect | TODO_ggc_collect |
TODO_verify_flow, /* todo_flags_finish */ TODO_verify_flow, /* todo_flags_finish */
...@@ -7070,7 +7070,7 @@ struct tree_opt_pass pass_cse2 = ...@@ -7070,7 +7070,7 @@ struct tree_opt_pass pass_cse2 =
0, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
TODO_df_finish | TODO_verify_rtl_sharing | TODO_df_finish |
TODO_dump_func | TODO_dump_func |
TODO_ggc_collect | TODO_ggc_collect |
TODO_verify_flow, /* todo_flags_finish */ TODO_verify_flow, /* todo_flags_finish */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment