diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 942826d..9f6878a 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -2468,6 +2468,7 @@ cgraph_node::create_wrapper (cgraph_node *target) release_body (true); reset (); + DECL_UNINLINABLE (decl) = false; DECL_RESULT (decl) = decl_result; DECL_INITIAL (decl) = NULL; allocate_struct_function (decl, false); |