From a61b7bc46d0b0850dba55f8cd8afc33d729f14b1 Mon Sep 17 00:00:00 2001 From: bje Date: Tue, 22 Jun 2004 06:08:37 +0000 Subject: [PATCH] * tree-ssa.c (ssa_redirect_edge): Correct leading comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83477 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.4.GIT