summaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-22 22:08:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-22 22:08:11 +0000
commit61ea20f503b15d7b3f5e786c57898ab7f2ff254b (patch)
tree09da600f7cc78ed206a214937defe39d62f57519 /gcc/tree-phinodes.c
parente51546f8bf360d3e4f9ec31ebc998a4dede30f94 (diff)
downloadgcc-61ea20f503b15d7b3f5e786c57898ab7f2ff254b.tar.gz
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
Diffstat (limited to 'gcc/tree-phinodes.c')
-rw-r--r--gcc/tree-phinodes.c2
1 files changed, 1 insertions, 1 deletions
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);