tree-flow.h: Remove the prototype for remove_phi_arg.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 22 Nov 2004 22:01:11 +0000 (22:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 22 Nov 2004 22:01:11 +0000 (22:01 +0000)
commitb31997c0dca31350faba5f7859acbd6109f9039e
tree14ecdd9bd130d11cf1bae895d1af4e0de1322006
parentd7889929fdbfff585ee02e6e8d791f2e3b163919
tree-flow.h: Remove the prototype for remove_phi_arg.

* tree-flow.h: Remove the prototype for remove_phi_arg.
Add a prototype for remove_phi_args.
* tree-phinodes.c (remove_phi_arg): Remove.
(remove_phi_args): New.
* tree-ssa.c (ssa_remove_edge): Call remove_phi_args instead
of remove_phi_arg.

From-SVN: r91034
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-phinodes.c
gcc/tree-ssa.c