summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/langhooks.h')
-rw-r--r--contrib/gcc/langhooks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/langhooks.h b/contrib/gcc/langhooks.h
index 81ae71b..56b818f 100644
--- a/contrib/gcc/langhooks.h
+++ b/contrib/gcc/langhooks.h
@@ -48,6 +48,9 @@ struct lang_hooks_for_tree_inlining
int (*anon_aggr_type_p) PARAMS ((union tree_node *));
int (*start_inlining) PARAMS ((union tree_node *));
void (*end_inlining) PARAMS ((union tree_node *));
+ union tree_node *(*convert_parm_for_inlining) PARAMS ((union tree_node *,
+ union tree_node *,
+ union tree_node *));
};
/* The following hooks are used by tree-dump.c. */
OpenPOWER on IntegriCloud