diff options
author | Richard Guenther <rguenther@suse.de> | 2008-05-09 09:37:36 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-05-09 09:37:36 +0000 |
commit | 1353232d3d37c1f3e65a0957671670557b2532a6 (patch) | |
tree | 5c1ca8d2f60b302cf5cf47d75c2847a94be8348b /gcc/tree-pass.h | |
parent | 31de5b771a7621f2e331e2839e8634dad0c6ee70 (diff) | |
download | gcc-1353232d3d37c1f3e65a0957671670557b2532a6.zip gcc-1353232d3d37c1f3e65a0957671670557b2532a6.tar.gz gcc-1353232d3d37c1f3e65a0957671670557b2532a6.tar.bz2 |
invoke.texi (-fdump-tree-salias): Remove documentation.
2008-05-08 Richard Guenther <rguenther@suse.de>
* doc/invoke.texi (-fdump-tree-salias): Remove documentation.
(-ftree-salias): Likewise.
(salias-max-implicit-fields): Remove param documentation.
(salias-max-array-elements): Likewise.
* tree-pass.h (pass_create_structure_vars): Remove.
* params.h (SALIAS_MAX_IMPLICIT_FIELDS): Remove.
(SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
* tree-ssa-alias.c (create_structure_vars): Remove.
(gate_structure_vars): Likewise.
(pass_create_structure_vars): Likewise.
(gate_build_alias): Likewise.
(pass_build_alias): Adjust to run always and dump the function.
* common.opt (ftree-salias): Hide.
* passes.c (init_optimization_passes): Remove
pass_create_structure_vars, adjust comment.
* params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): Remove.
(PARAM_SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
* opts.c (decode_options): Do not set flag_tree_salias.
(common_handle_option): Add OPT_ftree_salias to the backward
compatibility section.
* gcc.dg/tree-ssa/20040911-1.c: Adjust.
* gcc.dg/tree-ssa/20040517-1.c: Likewise.
* gcc.dg/tree-ssa/pr26421.c: Likewise.
* gcc.dg/tree-ssa/pr23382.c: Likewise.
* gcc.dg/tree-ssa/alias-15.c: Likewise.
* gcc.dg/tree-ssa/inline_asm-1.c: Likewise.
* gcc.dg/tree-ssa/inline_asm-2.c: Likewise.
* gcc.dg/tree-ssa/pta-fp.c: Likewise.
* gcc.dg/tree-ssa/20031015-1.c: Likewise.
* gcc.dg/tree-ssa/alias-12.c: Likewise.
From-SVN: r135111
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 8830c44..c18c412 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -374,7 +374,6 @@ extern struct gimple_opt_pass pass_check_data_deps; extern struct gimple_opt_pass pass_copy_prop; extern struct gimple_opt_pass pass_store_ccp; extern struct gimple_opt_pass pass_vrp; -extern struct gimple_opt_pass pass_create_structure_vars; extern struct gimple_opt_pass pass_uncprop; extern struct gimple_opt_pass pass_return_slot; extern struct gimple_opt_pass pass_reassoc; |