This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r142816 - in /branches/lto/gcc: ChangeLog.lto p...


Author: dnovillo
Date: Thu Dec 18 19:42:25 2008
New Revision: 142816

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142816
Log:

	* tree-into-ssa.c (dump_tree_ssa): Use get_name instead
	of lang_hooks.decl_printable_name.
	* tree-pretty-print.c (PRINT_FUNCTION_NAME): Likewise.
	* tree-stdarg.c (execute_optimize_stdarg): Likewise.
	* tree-ssa-alias.c (dump_mem_ref_stats): Likewise.
	(dump_alias_stats): Likewise.
	(dump_alias_info): Likewise.
	(dump_points_to_info): Likewise.
	* tree-dfa.c (dump_dfa_stats): Likewise.
	* tree-cfg.c (gimple_dump_cfg): Likewise.
	(dump_cfg_stats): Likewise.
	(gimple_cfg2vcg): Likewise.
	(dump_function_to_file): Likewise.
	* passes.c (pass_init_dump_file): Likewise.



Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/passes.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-into-ssa.c
    branches/lto/gcc/tree-pretty-print.c
    branches/lto/gcc/tree-ssa-alias.c
    branches/lto/gcc/tree-stdarg.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]