diff options
author | Richard Guenther <rguenther@suse.de> | 2012-07-27 12:31:06 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-07-27 12:31:06 +0000 |
commit | cf3791ae4c9d51be572563af5d5cf427d232d5df (patch) | |
tree | 6d9219d1baf1d8772de95d49d9046972880f64e0 /gcc/tree-flow.h | |
parent | 047ae0983ac06b300a79b980b2bac154bfac8fb6 (diff) | |
download | gcc-cf3791ae4c9d51be572563af5d5cf427d232d5df.zip gcc-cf3791ae4c9d51be572563af5d5cf427d232d5df.tar.gz gcc-cf3791ae4c9d51be572563af5d5cf427d232d5df.tar.bz2 |
invoke.texi (min-virtual-mappings, [...]): Remove param documentation.
2012-07-27 Richard Guenther <rguenther@suse.de>
* doc/invoke.texi (min-virtual-mappings, virtual-mappings-ratio):
Remove param documentation.
* params.def (PARAM_MIN_VIRTUAL_MAPPINGS,
PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Remove.
* tree-flow.h (mark_set_for_renaming): Remove.
* tree-into-ssa.c (struct update_ssa_stats_d): Remove.
(add_new_name_mapping): Remove bookkeeping code.
(dump_update_ssa): Remove stats dumping code.
(init_update_ssa): Remove stats allocation code.
(delete_update_ssa): Remove stats freeing code.
(mark_set_for_renaming): Remove.
(switch_virtuals_to_full_rewrite_p): Likewise.
(switch_virtuals_to_full_rewrite): Likewise.
(update_ssa): Do not call switch_virtuals_to_full_rewrite.
From-SVN: r189911
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 9ed6c0c..75f9187 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -575,7 +575,6 @@ bool name_registered_for_update_p (tree); void release_ssa_name_after_update_ssa (tree); void compute_global_livein (bitmap, bitmap); void mark_sym_for_renaming (tree); -void mark_set_for_renaming (bitmap); bool symbol_marked_for_renaming (tree); tree get_current_def (tree); void set_current_def (tree, tree); |