aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-10 18:18:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-10 18:18:48 +0000
commit170082880ffc359f3b22cb63a4f3cf37c56ff4db (patch)
tree7eadc1235694eb44754011c38e1d5e355422a0f6 /gcc/tree-outof-ssa.c
parentb25a24078bcbcf6f8c0a50bbe681c6ab59686dfe (diff)
downloadgcc-170082880ffc359f3b22cb63a4f3cf37c56ff4db.zip
gcc-170082880ffc359f3b22cb63a4f3cf37c56ff4db.tar.gz
gcc-170082880ffc359f3b22cb63a4f3cf37c56ff4db.tar.bz2
* tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
From-SVN: r96250
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index f70ed08..5d34ca9 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -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)