diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 66cc334..fb039e3 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -182,7 +182,6 @@ int estimate_num_insns (gimple, eni_weights *); int estimate_num_insns_fn (tree, eni_weights *); int count_insns_seq (gimple_seq, eni_weights *); bool tree_versionable_function_p (tree); -bool tree_can_inline_p (struct cgraph_edge *e); extern tree remap_decl (tree decl, copy_body_data *id); extern tree remap_type (tree type, copy_body_data *id); |