2006-06-16 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 08:33:09 +0000 (08:33 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 08:33:09 +0000 (08:33 +0000)
commitee5142f60e27fefb58139ebf19ffb540225cd718
tree06bf56f3d3b7725124bc6f55e04f93dde039d096
parenta16eb452b74843b98aa6652aaef6f4fc0302caa1
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114712 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/function.c
gcc/function.h