diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 4779406..f7996f1 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6444,7 +6444,7 @@ finish_function (nested, can_defer_p) predicates depend on cfun and current_function_decl to function completely. */ timevar_push (TV_INTEGRATION); - uninlinable = ! tree_inlinable_function_p (fndecl); + uninlinable = ! tree_inlinable_function_p (fndecl, 0); if (! uninlinable && can_defer_p /* Save function tree for inlining. Should return 0 if the |