Update comment in opts.c.

2019-11-13  Martin Liska  <mliska@suse.cz>

	* opts.c: Update comment about OPT_LEVELS_2_PLUS_SPEED_ONLY.

From-SVN: r278118
This commit is contained in:
Martin Liska 2019-11-13 09:40:46 +01:00 committed by Martin Liska
parent 32b0081d5a
commit 9b6e95d30e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-11-13 Martin Liska <mliska@suse.cz>
* opts.c: Update comment about OPT_LEVELS_2_PLUS_SPEED_ONLY.
2019-11-13 Martin Liska <mliska@suse.cz>
* tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers):

View file

@ -508,7 +508,7 @@ static const struct default_options default_options_table[] =
{ OPT_LEVELS_2_PLUS, OPT_fvect_cost_model_, NULL, VECT_COST_MODEL_CHEAP },
{ OPT_LEVELS_2_PLUS, OPT_finline_functions, NULL, 1 },
/* -O2 and -Os optimizations. */
/* -O2 and above optimizations, but not -Os or -Og. */
{ OPT_LEVELS_2_PLUS_SPEED_ONLY, OPT_falign_functions, NULL, 1 },
{ OPT_LEVELS_2_PLUS_SPEED_ONLY, OPT_falign_jumps, NULL, 1 },
{ OPT_LEVELS_2_PLUS_SPEED_ONLY, OPT_falign_labels, NULL, 1 },