summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/gimplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/gimplify.c')
-rw-r--r--contrib/gcc/gimplify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/gimplify.c b/contrib/gcc/gimplify.c
index 7efae38..be45f47 100644
--- a/contrib/gcc/gimplify.c
+++ b/contrib/gcc/gimplify.c
@@ -6397,7 +6397,8 @@ gimplify_function_tree (tree fndecl)
catch the exit hook. */
/* ??? Add some way to ignore exceptions for this TFE. */
if (flag_instrument_function_entry_exit
- && ! DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (fndecl))
+ && !DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (fndecl)
+ && !flag_instrument_functions_exclude_p (fndecl))
{
tree tf, x, bind;
OpenPOWER on IntegriCloud