diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index 0cb985fd4d6..044ef3a2afb 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -4026,6 +4026,9 @@ rest_of_clean_state (void) epilogue_completed = 0; flow2_completed = 0; no_new_pseudos = 0; +#ifdef STACK_REGS + regstack_completed = 0; +#endif /* Clear out the insn_length contents now that they are no longer valid. */ |