diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index a69afd00f99..d858b91290f 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -150,6 +150,7 @@ int estimate_move_cost (tree type); int estimate_num_insns (tree expr, eni_weights *); bool tree_versionable_function_p (tree); void tree_function_versioning (tree, tree, varray_type, bool); +bool tree_can_inline_p (tree, tree); extern tree remap_decl (tree decl, copy_body_data *id); extern tree remap_type (tree type, copy_body_data *id); |