* trans-mem.c (pass_ipa_tm): Don't use TODO_update_ssa.

From-SVN: r193308
This commit is contained in:
Richard Henderson 2012-11-07 12:20:32 -08:00 committed by Richard Henderson
parent 428bffcbcd
commit 43c5fa7ae0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-07 Richard Henderson <rth@redhat.com>
* trans-mem.c (pass_ipa_tm): Don't use TODO_update_ssa.
2012-11-07 Peter Bergner <bergner@vnet.ibm.com>
* doc/invoke.texi (-mcpu=power8): Document.

View File

@ -5355,7 +5355,7 @@ struct simple_ipa_opt_pass pass_ipa_tm =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_update_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
},
};