aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-06-16 08:33:09 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-06-16 08:33:09 +0000
commit55dea919b6f3a8a18d50644aa235680c07a7b153 (patch)
tree06bf56f3d3b7725124bc6f55e04f93dde039d096 /gcc/function.c
parentb4e19405bc16c663afd58b08aeba3f8936679ffc (diff)
downloadgcc-55dea919b6f3a8a18d50644aa235680c07a7b153.zip
gcc-55dea919b6f3a8a18d50644aa235680c07a7b153.tar.gz
gcc-55dea919b6f3a8a18d50644aa235680c07a7b153.tar.bz2
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
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index bb64801..1a495ac 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -332,8 +332,6 @@ free_after_compilation (struct function *f)
f->x_stack_check_probe_note = NULL;
f->x_arg_pointer_save_area = NULL;
f->x_parm_birth_insn = NULL;
- f->original_arg_vector = NULL;
- f->original_decl_initial = NULL;
f->epilogue_delay_list = NULL;
}