]> gcc.gnu.org Git - gcc.git/commit
passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.
authorRichard Guenther <rguenther@suse.de>
Mon, 29 Oct 2007 21:16:45 +0000 (21:16 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 29 Oct 2007 21:16:45 +0000 (21:16 +0000)
commit324d22176d781176c004d9ff77d7f9513b013cd7
tree20f80ed4094259dc8207437c0001a978bc05aa3a
parent40abbf1f1737b16b1ae6a8d8094e825f6a3b41f2
passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.

2007-10-29  Richard Guenther  <rguenther@suse.de>

* passes.c (init_optimization_passes): Exchange store_copy_prop
with copy_prop.
* tree-pass.h (pass_store_copy_prop): Remove.
* tree-ssa-copy.c (do_store_copy_prop): Remove.
(stmt_may_generate-copy): Do not handle store_copy_prop.
(get_copy_of_val): Likewise.
(set_copy_of_val): Likewise.
(copy_prop_visit_assignment): Likewise.
(copy_prop_visit_stmt): Likewise.
(copy_prop_visit_phi_node): Likewise.
(init_copy_prop): Likewise.
(execute_copy_prop): Likewise.
(do_copy_prop): Remove.
(gate_store_copy_prop): Likewise.
(store_copy_prop): Likewise.
(pass_store_copy_prop): Likewise.
(pass_copy_prop): Call execute_copy_prop.
* opts.c (decode_options): Do not set flag_tree_store_copy_prop.
* common.opt (ftree-store-copy-prop): Mark obsolete.
* doc/invoke.texi (ftree-store-copy-prop): Remove documentation.

* gcc.dg/tree-ssa/ssa-copyprop-1.c: Scan optimized dump.

From-SVN: r129734
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/opts.c
gcc/passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-copyprop-1.c
gcc/tree-pass.h
gcc/tree-ssa-copy.c
This page took 0.055891 seconds and 5 git commands to generate.