mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:40:26 +08:00
tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.
* tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment. From-SVN: r97349
This commit is contained in:
parent
2ff3e3255a
commit
b08ee07eb2
@ -1,3 +1,8 @@
|
||||
2005-03-31 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-ssa-dom.c (cprop_into_successor_phis): Remove an
|
||||
obsolete comment.
|
||||
|
||||
2005-03-31 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
* cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
|
||||
|
@ -2376,8 +2376,6 @@ cprop_into_successor_phis (basic_block bb, bitmap nonzero_vars)
|
||||
edge e;
|
||||
edge_iterator ei;
|
||||
|
||||
/* This can get rather expensive if the implementation is naive in
|
||||
how it finds the phi alternative associated with a particular edge. */
|
||||
FOR_EACH_EDGE (e, ei, bb->succs)
|
||||
{
|
||||
tree phi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user