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 10bf837..02edb69 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -146,7 +146,7 @@ cgraph_assemble_pending_functions (void) available - create cgraph edges for function calls via BODY. */ void -cgraph_finalize_function (tree decl, tree body ATTRIBUTE_UNUSED) +cgraph_finalize_function (tree decl) { struct cgraph_node *node = cgraph_node (decl); |