X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Flanghooks.h;h=81ae71b4dc0d0794ef4fdc4769bc2c8edc21fb16;hp=8ce5674ebe9d5c4fe1ca8f2e03493d090c8fcdc9;hb=054e01a7e41b19576369dc78d910f91412baa321;hpb=26aefe065f7cb9c6f8f71f2c7d42a55289a451ba diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 8ce5674ebe9..81ae71b4dc0 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. */