]> gcc.gnu.org Git - gcc.git/commit
tree-flow.h (mem_sym_stats): Remove.
authorRichard Guenther <rguenther@suse.de>
Thu, 25 Oct 2007 12:38:38 +0000 (12:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 25 Oct 2007 12:38:38 +0000 (12:38 +0000)
commitcfff829fc6573d9919054d46b9beaa20dab9272d
treecb6c9e8430678265683eed3c5a6c8758b6106844
parent1fcd0a2c503b9fd16cf52df248c92c387d0086f9
tree-flow.h (mem_sym_stats): Remove.

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

* tree-flow.h (mem_sym_stats): Remove.
(dump_mem_sym_stats_for_var): Declare.
* tree-dfa.c (dump_variable): Call dump_mem_sym_stats_for_var.
(mem_sym_stats): Move ...
* tree-ssa-alias.c (mem_sym_stats): ... here and make it static.
(mem_sym_score): Rename from ...
(pscore): ... this.  Remove.
(dump_mem_sym_stats_for_var): New function.  Dump the score, but
not the frequencies.
(compare_mp_info_entries): Make sort stable by disambiguating
on DECL_UID.

From-SVN: r129625
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-flow.h
gcc/tree-ssa-alias.c
This page took 0.061724 seconds and 5 git commands to generate.