diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 18faa63..9bc0933 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -4676,7 +4676,7 @@ rest_of_clean_state (void) free_bb_for_insn (); - delete_tree_ssa (); + delete_tree_ssa (cfun); /* We can reduce stack alignment on call site only when we are sure that the function body just produced will be actually used in the final |