r202527 - in /trunk/gcc: ChangeLog Makefile.in ...

amacleod@gcc.gnu.org amacleod@gcc.gnu.org
Thu Sep 12 13:30:00 GMT 2013


Author: amacleod
Date: Thu Sep 12 13:30:31 2013
New Revision: 202527

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

	* tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c
	(SSANAMES, MODIFIED_NORETURN_CALLS, DEFAULT_DEFS, ptr_info_def,
	num_ssa_names, ssa_name): Move to tree-ssanames.h + prototypes.
	* tree-flow-inline.h (make_ssa_name, copy_ssa_name, duplicate_ssa_name,
	make_temp_ssa_name): move to tree-ssanames.h
	* tree-ssa-alias.h: Move prototype.
	* tree-ssa.h: Include tree-ssanames.h.
	* tree-ssanames.c (FREE_SSANAMES): Move to here.
	* tree-ssanames.h: New.  Move items from tree-flow*.h
	* Makefile.in (tree-ssanames.h): Add to tree-ssanames.o and GTFILES.


Added:
    trunk/gcc/tree-ssanames.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/tree-flow-inline.h
    trunk/gcc/tree-flow.h
    trunk/gcc/tree-ssa-alias.h
    trunk/gcc/tree-ssa.h
    trunk/gcc/tree-ssanames.c



More information about the Gcc-cvs mailing list