Improve entry/exit instrumentation for nested functions
authorOlivier Hainque <hainque@adacore.com>
Fri, 22 Jun 2018 16:46:22 +0000 (16:46 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 22 Jun 2018 16:46:22 +0000 (16:46 +0000)
commit0fb6181ed9157673c64719514350cdc85c6f16dc
tree7abc3e136c41506cefcfa91392d55263427dcbce
parent3f14cdf84ad3d6fb66ec887a76486de2aed54e10
Improve entry/exit instrumentation for nested functions

2018-06-22  Olivier Hainque  <hainque@adacore.com>

* gimplify.c (gimplify_function_tree): Prevent creation
of a trampoline for the address of the current function
passed to entry/exit instrumentation hooks.

From-SVN: r261908
gcc/ChangeLog
gcc/gimplify.c