* tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx
commit48a857d8aa8f7dd0512c3fc42e02fb88505c43fe
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2004 19:22:48 +0000 (24 19:22 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Nov 2004 19:22:48 +0000 (24 19:22 +0000)
tree05ea52c09926bb9d9188d58fbde78b6ecf6c34f6
parent05d18e8b7f19ea7f238946f768ae2e8c5c8a66b1
* tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx
instead to find the PHI argument.  Do not take I as an
argument.
(eliminate_phi): Adjust the call to eliminate_build.  Do not
take I as an argument.
(rewrite_trees): Adjust the call to eliminate_phi.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91188 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-outof-ssa.c