r129625 - in /trunk/gcc: ChangeLog tree-dfa.c t...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Thu Oct 25 12:38:00 GMT 2007


Author: rguenth
Date: Thu Oct 25 12:38:38 2007
New Revision: 129625

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129625
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-dfa.c
    trunk/gcc/tree-flow.h
    trunk/gcc/tree-ssa-alias.c



More information about the Gcc-cvs mailing list