aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 483db33..29c4a3c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4469,7 +4469,7 @@ rest_of_compilation (decl)
init_recog_no_volatile ();
/* We're done with this function. Free up memory if we can. */
- free_after_compilation (current_function, decl);
+ free_after_compilation (current_function);
current_function = 0;