aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index 8ce5674..81ae71b 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -46,6 +46,8 @@ struct lang_hooks_for_tree_inlining
void *, int *,
void *));
int (*anon_aggr_type_p) PARAMS ((union tree_node *));
+ int (*start_inlining) PARAMS ((union tree_node *));
+ void (*end_inlining) PARAMS ((union tree_node *));
};
/* The following hooks are used by tree-dump.c. */