OSDN Git Service

* tree-ssa-dom.c (cprop_into_successor_phis): Remove an
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Mar 2005 20:49:36 +0000 (20:49 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Mar 2005 20:49:36 +0000 (20:49 +0000)
obsolete comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97349 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-dom.c

index e30ac44..8d53eb8 100644 (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
index 3f5adf6..ae259e3 100644 (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;