* tree-ssa.c (ssa_redirect_edge): Correct leading comment.

From-SVN: r83477
This commit is contained in:
Ben Elliston 2004-06-22 06:08:37 +00:00 committed by Ben Elliston
parent ccde3f1a6e
commit f6144c34c8
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-06-22 Ben Elliston <bje@au.ibm.com>
* tree-ssa.c (ssa_redirect_edge): Correct leading comment.
2004-06-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (gimplify.o): Add cgraph.h.

View file

@ -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