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

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Fri Jun 16 08:33:00 GMT 2006


Author: rguenth
Date: Fri Jun 16 08:33:09 2006
New Revision: 114712

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114712
Log:
2006-06-16  Richard Guenther  <rguenther@suse.de>

	* function.h (enum function_frequency): Move declaration
	out of struct function.
	(struct function): Move bool fields and the enum to the bitfield
	section.  Reorder elements to avoid padding.  Remove unused
	fields left over from the RTL inliner removal.
	* function.c (free_after_compilation): Do not zero removed fields.
	* Makefile.in (ipa-reference.o): Add $(FUNCTION_H) dependency.
	(ipa-type-escape.o): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/function.c
    trunk/gcc/function.h



More information about the Gcc-cvs mailing list