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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/opts.h b/gcc-4.9/gcc/opts.h
index 3f07ec203..74e7622db 100644
--- a/gcc-4.9/gcc/opts.h
+++ b/gcc-4.9/gcc/opts.h
@@ -417,4 +417,6 @@ 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 set_profile_use_options (struct gcc_options *,
+ struct gcc_options *, bool, bool);
#endif