diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/function.c b/gcc/function.c index faa77d9..f6c73a64 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6288,9 +6288,6 @@ init_function_start (tree subr) { prepare_function_start (subr); - /* Within function body, compute a type's size as soon it is laid out. */ - immediate_size_expand++; - /* Prevent ever trying to delete the first instruction of a function. Also tell final how to output a linenum before the function prologue. Note linenums could be missing, e.g. when @@ -6709,10 +6706,6 @@ expand_function_end (void) while (in_sequence_p ()) end_sequence (); - /* Outside function body, can't compute type's actual size - until next function's body starts. */ - immediate_size_expand--; - clear_pending_stack_adjust (); do_pending_stack_adjust (); |