aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 6a2e987..7f34de3 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -290,6 +290,7 @@ free_after_compilation (struct function *f)
f->cfg = NULL;
f->epilogue_delay_list = NULL;
+ regno_reg_rtx = NULL;
}
/* Return size needed for stack frame based on slots so far allocated.