summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-18 00:03:26 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-18 00:03:26 +0000
commit823e5999578918e8042774766797f36119541436 (patch)
tree7f27a2447a866f4286914f3aa9e9e17820c5201a /gcc/tree-ssa-loop.c
parentba83197c917c65033b80845d008920ce958597a9 (diff)
downloadgcc-823e5999578918e8042774766797f36119541436.tar.gz
* tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.
* tree-ssa-loop.c (pass_vect_dce): Remove. * passes.c (init_optimization_passes): Add pass_dce as a sub-pass of pass_vectorize. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop.c')
-rw-r--r--gcc/tree-ssa-loop.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c
index ce629726e79..34126b16fa0 100644
--- a/gcc/tree-ssa-loop.c
+++ b/gcc/tree-ssa-loop.c
@@ -214,27 +214,6 @@ struct tree_opt_pass pass_vectorize =
0 /* letter */
};
-struct tree_opt_pass pass_vect_dce =
-{
- "vect_dce", /* name */
- gate_tree_vectorize, /* gate */
- tree_ssa_dce, /* execute */
- NULL, /* sub */
- NULL, /* next */
- 0, /* static_pass_number */
- TV_TREE_DCE, /* tv_id */
- PROP_cfg | PROP_ssa | PROP_alias, /* properties_required */
- 0, /* properties_provided */
- 0, /* properties_destroyed */
- 0, /* todo_flags_start */
- TODO_dump_func
- | TODO_update_ssa_no_phi
- | TODO_cleanup_cfg
- | TODO_ggc_collect
- | TODO_verify_ssa, /* todo_flags_finish */
- 0 /* letter */
-};
-
/* Loop nest optimizations. */
static void