tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PHI argument.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 24 Nov 2004 19:22:48 +0000 (19:22 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 24 Nov 2004 19:22:48 +0000 (19:22 +0000)
commit41f683efe5ab3b56b38ae6be0320232bf444dd83
tree05ea52c09926bb9d9188d58fbde78b6ecf6c34f6
parentbef5d8b61f6732bec53128324913bfa8a5093a07
tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PHI argument.

* 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.

From-SVN: r91188
gcc/ChangeLog
gcc/tree-outof-ssa.c