diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index a965193978d..d37ba213586 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -562,4 +562,10 @@ lhd_callgraph_analyze_expr (tree *tp ATTRIBUTE_UNUSED, return NULL; } +tree +lhd_make_node (enum tree_code code) +{ + return make_node (code); +} + #include "gt-langhooks.h" |