(output_inline_function): Switch to function obstack.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Aug 1995 11:31:37 +0000 (07:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Aug 1995 11:31:37 +0000 (07:31 -0400)
From-SVN: r10270

gcc/integrate.c

index dfc33f960bc8557ab8caac50e5ebbb1bf61431b9..9325dd769ac6cde4ba72529df7eb6e022a73e9e5 100644 (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;