From f6144c34c82da903797566d44901dad231a7e4a9 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 22 Jun 2004 06:08:37 +0000 Subject: [PATCH] * tree-ssa.c (ssa_redirect_edge): Correct leading comment. From-SVN: r83477 --- gcc/ChangeLog | 4 ++++ gcc/tree-ssa.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.30.2