tree-phinodes.c (remove_phi_node): Drop the last argument.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 5 Mar 2005 15:29:25 +0000 (15:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Mar 2005 15:29:25 +0000 (15:29 +0000)
commitd19e3ef69676036ebb9b3ad68f052a75690e3366
tree3df16d88d5468f083edd135c99a4e38e2ad459bf
parent25f99665afbb1321579bfe19f1219ad65c9dced4
tree-phinodes.c (remove_phi_node): Drop the last argument.

* tree-phinodes.c (remove_phi_node): Drop the last argument.
* tree-flow.h: Adjust the prototype for remove_phi_node.
* lambda-code.c (perfect_nestify): Adjust a call to
remove_phi_node.
* tree-cfg.c
(remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
* tree-outof-ssa.c (eliminate_virtual_phis, remove_ssa_form):
Likewise.
* tree-ssa-dce.c (remove_dead_phis): Likewise.
* tree-ssa-loop-ivopts.c (remove_statement): Likewise.
* tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
* tree-ssa.c (kill_redundant_phi_nodes): Likewise.

From-SVN: r95932
gcc/ChangeLog
gcc/lambda-code.c
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-outof-ssa.c
gcc/tree-phinodes.c
gcc/tree-ssa-dce.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-pre.c
gcc/tree-ssa.c