* tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 10 Mar 2005 18:18:48 +0000 (18:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 10 Mar 2005 18:18:48 +0000 (18:18 +0000)
From-SVN: r96250

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

index 7244aa0..3888837 100644 (file)
@@ -5,6 +5,8 @@
        (perform_edge_inserts): Unconditionally call
        free_dominator_info.
 
+       * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
+
 2005-03-10  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define.
index f70ed08..5d34ca9 100644 (file)
@@ -2023,8 +2023,7 @@ identical_stmt_lists_p (edge e1, edge e2)
 
 /* Look at all the incoming edges to block BB, and decide where the best place
    to insert the stmts on each edge are, and perform those insertions.   Output
-   any debug information to DEBUG_FILE.  Return true if anything other than a 
-   standard edge insertion is done.  */
+   any debug information to DEBUG_FILE.  */
 
 static void
 analyze_edges_for_bb (basic_block bb, FILE *debug_file)