(output_inline_function): Switch to function obstack.
From-SVN: r10270
This commit is contained in:
parent
63835b8755
commit
27ed242c1d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user