(output_inline_function): Pass new arg to expand_function_end.
authorRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 06:18:46 +0000 (06:18 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 06:18:46 +0000 (06:18 +0000)
From-SVN: r6139

gcc/integrate.c

index 762cbb3..be439b9 100644 (file)
@@ -2980,7 +2980,7 @@ output_inline_function (fndecl)
   /* There is no need to output a return label again.  */
   return_label = 0;
 
-  expand_function_end (DECL_SOURCE_FILE (fndecl), DECL_SOURCE_LINE (fndecl));
+  expand_function_end (DECL_SOURCE_FILE (fndecl), DECL_SOURCE_LINE (fndecl), 0);
 
   /* Find last insn and rebuild the constant pool.  */
   for (last = FIRST_PARM_INSN (head);