Commit 68f654ec by Richard Kenner

(function_epilogue): Use FUNCTION_BLOCK_PROFILER_EXIT.

From-SVN: r10853
parent 6e753900
......@@ -1698,6 +1698,13 @@ function_epilogue (file, size)
output_asm_insn (AS2 (add%L2,%0,%2), xops);
}
#ifdef FUNCTION_BLOCK_PROFILER_EXIT
if (profile_block_flag == 2)
{
FUNCTION_BLOCK_PROFILER_EXIT(file);
}
#endif
if (current_function_pops_args && current_function_args_size)
{
xops[1] = GEN_INT (current_function_pops_args);
......
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