(output_inline_function): Switch to function obstack.

From-SVN: r10270
This commit is contained in:
Richard Kenner 1995-08-25 07:31:37 -04:00
parent 63835b8755
commit 27ed242c1d

View File

@ -3003,6 +3003,10 @@ output_inline_function (fndecl)
return;
}
/* Things we allocate from here on are part of this function, not
permanent. */
temporary_allocation ();
head = DECL_SAVED_INSNS (fndecl);
current_function_decl = fndecl;