From: kazu Date: Thu, 10 Mar 2005 18:18:48 +0000 (+0000) Subject: * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2061ba3c5fcde447a9e1fc250f5b23e0bc49bf34;p=thirdparty%2Fgcc.git * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96250 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7244aa081fc9..38888374c53d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define. diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index f70ed082381f..5d34ca9bdf32 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)