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 a8e9de6c4c8..467f6bb929f 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -29,6 +29,7 @@ bool tree_inlinable_function_p (tree); tree copy_tree_r (tree *, int *, void *); void clone_body (tree, tree, void *); tree save_body (tree, tree *, tree *); +int estimate_move_cost (tree type); int estimate_num_insns (tree expr); /* 0 if we should not perform inlining. |