diff options
author | Jan Hubicka <jh@suse.cz> | 2007-09-06 01:38:34 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2007-09-05 23:38:34 +0000 |
commit | 6b956c95fd1c8d79eb74fdbb662fed8ab8b98268 (patch) | |
tree | c624cc200bda8981c263590dbe6096d8837aba49 /gcc/opts.c | |
parent | 012c4da9f1989cb7227942559edddd57957733c1 (diff) | |
download | gcc-6b956c95fd1c8d79eb74fdbb662fed8ab8b98268.zip gcc-6b956c95fd1c8d79eb74fdbb662fed8ab8b98268.tar.gz gcc-6b956c95fd1c8d79eb74fdbb662fed8ab8b98268.tar.bz2 |
opts.c (common_handle_option): Enable inlining functions for -fprofile-generate.
* opts.c (common_handle_option): Enable inlining functions for
-fprofile-generate.
From-SVN: r128161
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1635,6 +1635,8 @@ common_handle_option (size_t scode, const char *arg, int value, flag_profile_values = value; if (!flag_value_profile_transformations_set) flag_value_profile_transformations = value; + if (!flag_inline_functions_set) + flag_inline_functions = value; break; case OPT_fprofile_values: |