function.h (enum function_frequency): Move declaration out of struct function.
authorRichard Guenther <rguenther@suse.de>
Fri, 16 Jun 2006 08:33:09 +0000 (08:33 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 16 Jun 2006 08:33:09 +0000 (08:33 +0000)
commit55dea919b6f3a8a18d50644aa235680c07a7b153
tree06bf56f3d3b7725124bc6f55e04f93dde039d096
parentb4e19405bc16c663afd58b08aeba3f8936679ffc
function.h (enum function_frequency): Move declaration out of struct function.

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.

From-SVN: r114712
gcc/ChangeLog
gcc/Makefile.in
gcc/function.c
gcc/function.h