r171945 - in /trunk/gcc: ChangeLog cprop.c

steven@gcc.gnu.org steven@gcc.gnu.org
Mon Apr 4 18:24:00 GMT 2011


Author: steven
Date: Mon Apr  4 18:24:05 2011
New Revision: 171945

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171945
Log:
	* cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
	(gcse_obstack): Renamed to cprop_obstack.
	(GNEW, GNEWVEC, GNEWVAR): Remove.
	(gmalloc): Remove.
	(alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
	(GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
	(gcse_alloc): Likewise, and rename to cprop_alloc.
	(alloc_gcse_men, free_gcse_mem): Remove.
	(gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
	(compute_hash_table_work): Allocate and free reg_set_bitmap here.
	(one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cprop.c



More information about the Gcc-cvs mailing list