diff options
Diffstat (limited to 'gcc/langhooks.h')
| -rw-r--r-- | gcc/langhooks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 332ede8..a71f7ec 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -165,6 +165,10 @@ struct lang_hooks Fourth argument is actually an enum expand_modifier. */ rtx (*expand_expr) PARAMS ((tree, rtx, enum machine_mode, int)); + /* Possibly apply default attributes to a function (represented by + a FUNCTION_DECL). */ + void (*insert_default_attributes) PARAMS ((tree)); + /* Hook called by safe_from_p for language-specific tree codes. It is up to the language front-end to install a hook if it has any such codes that safe_from_p needs to know about. Since same_from_p will |
