diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index ee69afa..cfb9414 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -646,7 +646,7 @@ cgraph_analyze_function (struct cgraph_node *node) function we lower it, which will require gimplified nested functions, so we can end up here with an already gimplified body. */ - if (!gimple_body (decl)) + if (!gimple_has_body_p (decl)) gimplify_function_tree (decl); dump_function (TDI_generic, decl); |