diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 4c8d6c4..f583d29 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -287,8 +287,6 @@ pop_function_context_from (tree context ATTRIBUTE_UNUSED) current_function_decl = p->decl; reg_renumber = 0; - restore_emit_status (p); - lang_hooks.function.leave_nested (p); /* Reset variables that have known state during rtx generation. */ |