]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-dfa.c (collect_dfa_stats): Simplify.
authorRichard Guenther <rguenther@suse.de>
Fri, 20 Jul 2012 12:56:41 +0000 (12:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 20 Jul 2012 12:56:41 +0000 (12:56 +0000)
commit824f71b9ff74b82e1c125d98a946ffe9fb4ab319
tree0ce8a7a96625c3f82c59f92dc328c670a5145386
parentc4669594047cb4a711e77a0ea53c139d9ed16f31
tree-dfa.c (collect_dfa_stats): Simplify.

2012-07-20  Richard Guenther  <rguenther@suse.de>

* tree-dfa.c (collect_dfa_stats): Simplify.
* tree-ssa-structalias.c (compute_may_aliases): Do not dump
referenced vars.
* cfgexpand.c (estimated_stack_frame_size): Walk over local
decls instead of referenced vars.
* tree-ssa.c (delete_tree_ssa): Simplify.
* tree-tailcall.c (find_tail_calls): Walk over local decls
instead of referenced vars.
(add_virtual_phis): Remove.
(tree_optimize_tail_calls_1): Instead mark the virtual operand
for renaming.

From-SVN: r189718
gcc/ChangeLog
gcc/cfgexpand.c
gcc/tree-dfa.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa.c
gcc/tree-tailcall.c