From 61ea20f503b15d7b3f5e786c57898ab7f2ff254b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 22 Nov 2004 22:08:11 +0000 Subject: tree-phinodes.c (remove_phi_arg_num): Make it static. * tree-phinodes.c (remove_phi_arg_num): Make it static. * tree-flow.h: Remove the corresponding prototype. From-SVN: r91037 --- gcc/tree-phinodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-phinodes.c') diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c index c4240e7cb69..a6be8383855 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -354,7 +354,7 @@ add_phi_arg (tree *phi, tree def, edge e) removal by swapping the last alternative with the alternative we want to delete, then shrinking the vector. */ -void +static void remove_phi_arg_num (tree phi, int i) { int num_elem = PHI_NUM_ARGS (phi); -- cgit v1.2.1