From: Ben Elliston Date: Tue, 22 Jun 2004 06:08:37 +0000 (+0000) Subject: * tree-ssa.c (ssa_redirect_edge): Correct leading comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6144c34c82da903797566d44901dad231a7e4a9;p=gcc.git * tree-ssa.c (ssa_redirect_edge): Correct leading comment. From-SVN: r83477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdaded1f43f..b2659c10c29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-22 Ben Elliston + + * tree-ssa.c (ssa_redirect_edge): Correct leading comment. + 2004-06-21 Richard Kenner * Makefile.in (gimplify.o): Add cgraph.h. diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index 89d40a1b918..a931d9f7fef 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -65,8 +65,8 @@ ssa_remove_edge (edge e) remove_edge (e); } -/* Remove remove the corresponding arguments from the PHI nodes - in E's destination block and redirect it to DEST. Return redirected edge. +/* Remove the corresponding arguments from the PHI nodes in E's + destination block and redirect it to DEST. Return redirected edge. The list of removed arguments is stored in PENDING_STMT (e). */ edge