diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-22 22:08:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-22 22:08:11 +0000 |
commit | 61ea20f503b15d7b3f5e786c57898ab7f2ff254b (patch) | |
tree | 09da600f7cc78ed206a214937defe39d62f57519 /gcc/tree-flow.h | |
parent | e51546f8bf360d3e4f9ec31ebc998a4dede30f94 (diff) | |
download | gcc-61ea20f503b15d7b3f5e786c57898ab7f2ff254b.zip gcc-61ea20f503b15d7b3f5e786c57898ab7f2ff254b.tar.gz gcc-61ea20f503b15d7b3f5e786c57898ab7f2ff254b.tar.bz2 |
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-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 4b9a3ed..7ea17ea 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -511,7 +511,6 @@ extern tree_ann_t create_tree_ann (tree); extern tree create_phi_node (tree, basic_block); extern void add_phi_arg (tree *, tree, edge); extern void remove_phi_args (edge); -extern void remove_phi_arg_num (tree, int); extern void remove_phi_node (tree, tree, basic_block); extern void remove_all_phi_nodes_for (bitmap); extern tree phi_reverse (tree); |