OSDN Git Service

* tree-phinodes.c (add_phi_arg): Take "tree" instead of
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 22:31:09 +0000 (22:31 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 22:31:09 +0000 (22:31 +0000)
commit04cd62684a41bd3be3ab11d6f7827c054b4feed9
tree66c8df427757e768c2a5be03b5940cc14259184e
parentb6849408a352a14a35dd90750dfd4414fa04cd1d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91307 138bc75d-0d04-0410-961f-82ee72b054a4
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