Commit f6144c34 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r83477
parent ccde3f1a
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> 2004-06-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (gimplify.o): Add cgraph.h. * Makefile.in (gimplify.o): Add cgraph.h.
......
...@@ -65,8 +65,8 @@ ssa_remove_edge (edge e) ...@@ -65,8 +65,8 @@ ssa_remove_edge (edge e)
remove_edge (e); remove_edge (e);
} }
/* Remove remove the corresponding arguments from the PHI nodes /* Remove the corresponding arguments from the PHI nodes in E's
in E's destination block and redirect it to DEST. Return redirected edge. destination block and redirect it to DEST. Return redirected edge.
The list of removed arguments is stored in PENDING_STMT (e). */ The list of removed arguments is stored in PENDING_STMT (e). */
edge edge
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment