Commit c31e0b8b by Richard Stallman

(output_inline_function): Pass new arg to expand_function_end.

From-SVN: r6139
parent e748c6bd
......@@ -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);
......
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