aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/opts.h')
-rw-r--r--gcc-4.9/gcc/opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/opts.h b/gcc-4.9/gcc/opts.h
index 74e7622db..790be5375 100644
--- a/gcc-4.9/gcc/opts.h
+++ b/gcc-4.9/gcc/opts.h
@@ -417,6 +417,7 @@ extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
int *value, unsigned int lang_mask);
extern void write_compilation_info_to_asm (void);
extern void write_compilation_flags_to_asm (void);
+extern void pattern_match_function_attributes (tree);
extern void set_profile_use_options (struct gcc_options *,
struct gcc_options *, bool, bool);
#endif