* tree-ssa.c (ssa_redirect_edge): Correct leading comment.
From-SVN: r83477
This commit is contained in:
parent
ccde3f1a6e
commit
f6144c34c8
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue