tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 8 Sep 2009 17:40:45 +0000 (17:40 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 8 Sep 2009 17:40:45 +0000 (17:40 +0000)
commitae0a44495fa7e8ef142c4ae1f98608238d40a5dc
tree6f46f4c8824e9ae9b60929059979e43fed8167dd
parent21719cea1138d7e095c0ba68402175550e62f5e1
tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.

* tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.
(remove_statement): Likewise.
(rewrite_use_nonlinear_expr): Adjust.
(remove_unused_ivs): Collect SSA NAMEs to remove and call...
* tree-ssa.c (release_defs_bitset): ... this.  New.
* tree-flow.h (release_defs_bitset): Declare.

From-SVN: r151520
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa.c