mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 12:01:15 +08:00
* trans-mem.c (pass_ipa_tm): Don't use TODO_update_ssa.
From-SVN: r193308
This commit is contained in:
parent
428bffcbcd
commit
43c5fa7ae0
@ -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.
|
||||
|
@ -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 */
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user