diff options
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index cf52b87e027..60642990794 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -200,6 +200,7 @@ extern int lhd_gimplify_expr (tree *, tree *, tree *); /* Hooks for tree gimplification. */ #define LANG_HOOKS_GIMPLIFY_EXPR lhd_gimplify_expr +#define LANG_HOOKS_FOLD_OBJ_TYPE_REF NULL #define LANG_HOOKS_GIMPLE_BEFORE_INLINING true /* Tree dump hooks. */ @@ -315,6 +316,7 @@ extern tree lhd_make_node (enum tree_code); LANG_HOOKS_DECLS, \ LANG_HOOKS_FOR_TYPES_INITIALIZER, \ LANG_HOOKS_GIMPLIFY_EXPR, \ + LANG_HOOKS_FOLD_OBJ_TYPE_REF, \ LANG_HOOKS_GIMPLE_BEFORE_INLINING \ } |