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:
Kazu Hirata 2005-03-31 20:49:36 +00:00 committed by Kazu Hirata
parent 2ff3e3255a
commit b08ee07eb2
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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;