Commit 6b956c95 by Jan Hubicka Committed by Jan Hubicka

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
parent 012c4da9
2007-09-06 Jan Hubicka <jh@suse.cz>
* opts.c (common_handle_option): Enable inlining functions for
-fprofile-generate.
2007-09-06 Jakub Jelinek <jakub@redhat.com>
* builtin-attrs.def (ATTR_NONNULL_3): New.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment