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]

egcs/gcc gcse.c ChangeLog


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	robertl@sourceware.cygnus.com	99/10/26 22:16:13

Modified files:
	gcc            : gcse.c ChangeLog 

Log message:
	* gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
	of alloca.
	(pre_gcse): Likewise.
	(hoist_expr_reaches_here_p): Likewise.
	(hoist_code): Likewise.
	(pre_expr_reaches_here_p): Replace alloca with xcalloc.   Move core
	code to ...
	(pre_expr_reaches_here_p_work): ... here.
	(expr_reaches_here_p): Replace alloca with xcalloc.   Move core
	code to ...
	(expr_reaches_here_p_work): ... here.


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