aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-06-22 06:08:37 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-06-22 16:08:37 +1000
commitf6144c34c82da903797566d44901dad231a7e4a9 (patch)
tree6771ca05e245ad514ee94cc29cbee75f92c01e37 /gcc/tree-ssa.c
parentccde3f1a6e48abe8a4654ef8225e91466c6d6b8e (diff)
downloadgcc-f6144c34c82da903797566d44901dad231a7e4a9.zip
gcc-f6144c34c82da903797566d44901dad231a7e4a9.tar.gz
gcc-f6144c34c82da903797566d44901dad231a7e4a9.tar.bz2
* tree-ssa.c (ssa_redirect_edge): Correct leading comment.
From-SVN: r83477
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r--gcc/tree-ssa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c
index 89d40a1..a931d9f 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