diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 1ba3bfe3743..0ab10e05cbc 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -53,6 +53,7 @@ struct lang_hooks_for_tree_inlining union tree_node *(*convert_parm_for_inlining) (union tree_node *, union tree_node *, union tree_node *); + int (*estimate_num_insns) (union tree_node *); }; struct lang_hooks_for_callgraph |