aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-05-11 14:07:38 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-05-11 14:07:38 +0000
commit6083578b4123a41fc9001dbb27ea568c3d442ad4 (patch)
tree0eeb74722c6f05b398c7d62aad2871734e913808 /gcc/tree-flow.h
parent91077d4ef9381c153b939267cecd8e9c80bc7ec8 (diff)
downloadgcc-6083578b4123a41fc9001dbb27ea568c3d442ad4.zip
gcc-6083578b4123a41fc9001dbb27ea568c3d442ad4.tar.gz
gcc-6083578b4123a41fc9001dbb27ea568c3d442ad4.tar.bz2
tree-pass.h (pass_rest_of_compilation, [...]): Remove.
2012-05-11 Richard Guenther <rguenther@suse.de> * tree-pass.h (pass_rest_of_compilation, pass_all_optimizations, pass_postreload, pass_all_early_optimizations): Remove. * passes.c (pass_all_optimizations, pass_postreload, pass_all_early_optimizations): Make static. (pass_rest_of_compilation): Likewise. Make it an RTL_PASS. * tree-phinodes.c (init_phinodes, fini_phinodes): Remove. * tree-ssa.c (init_tree_ssa): Do not call init_phinodes. (delete_tree_ssa): Do not call fini_phinodes. * tree-flow.h (init_phinodes, fini_phinodes): Remove. From-SVN: r187407
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 315d955..bda4ba9 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -514,8 +514,6 @@ extern void add_phi_arg (gimple, tree, edge, source_location);
extern void remove_phi_args (edge);
extern void remove_phi_node (gimple_stmt_iterator *, bool);
extern void remove_phi_nodes (basic_block);
-extern void init_phinodes (void);
-extern void fini_phinodes (void);
extern void release_phi_node (gimple);
#ifdef GATHER_STATISTICS
extern void phinodes_print_statistics (void);