tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first argument.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 25 Nov 2004 22:31:09 +0000 (22:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 25 Nov 2004 22:31:09 +0000 (22:31 +0000)
commitd2e398dfc83188c4a94e191d51689ab56e0991a0
tree66c8df427757e768c2a5be03b5940cc14259184e
parent9f8e747867f0b4824c02c7745491b8ef2110b814
tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first argument.

* tree-phinodes.c (add_phi_arg): Take "tree" instead of
"tree *" as the first argument.
* tree-flow.h: Update the prototype of add_phi_arg.
* lambda-code.c, tree-cfg.c, tree-into-ssa.c,
tree-ssa-loop-ivopts.c, tree-ssa-loop-manip.c, tree-ssa-pre.c,
tree-ssa-threadupdate.c, tree-ssa.c, tree-tailcall.c,
tree-vectorizer.c: Update all call sites of add_phi_arg.

From-SVN: r91307
13 files changed:
gcc/ChangeLog
gcc/lambda-code.c
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-into-ssa.c
gcc/tree-phinodes.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-loop-manip.c
gcc/tree-ssa-pre.c
gcc/tree-ssa-threadupdate.c
gcc/tree-ssa.c
gcc/tree-tailcall.c
gcc/tree-vectorizer.c