diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 34881502fb3..c00418d5888 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -769,7 +769,7 @@ varpool_next_static_initializer (struct varpool_node *node) /* In ipa-inline.c */ void cgraph_clone_inlined_nodes (struct cgraph_edge *, bool, bool); -unsigned int compute_inline_parameters (struct cgraph_node *); +void compute_inline_parameters (struct cgraph_node *); /* Create a new static variable of type TYPE. */ |