Commit 0a3732d1 by Jim Wilson

(finish_function): Likewise.

From-SVN: r6727
parent 96bcb120
...@@ -11576,7 +11576,7 @@ finish_function (lineno, call_poplevel) ...@@ -11576,7 +11576,7 @@ finish_function (lineno, call_poplevel)
/* Free all the tree nodes making up this function. */ /* Free all the tree nodes making up this function. */
/* Switch back to allocating nodes permanently /* Switch back to allocating nodes permanently
until we start another function. */ until we start another function. */
permanent_allocation (); permanent_allocation (1);
if (flag_cadillac) if (flag_cadillac)
cadillac_finish_function (fndecl); cadillac_finish_function (fndecl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment