2014-01-17 Richard Biener <rguenther@suse.de>
commit1941e89d79693bafc04d82dca8e1257a051ffc38
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jan 2014 14:49:18 +0000 (17 14:49 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jan 2014 14:49:18 +0000 (17 14:49 +0000)
treeb9e05de50b35d90bd6fffa9b05c48acfdfe12bf2
parent12a0c3a2c4cb563427076116f85d5d6f93694ffb
2014-01-17  Richard Biener  <rguenther@suse.de>

PR tree-optimization/46590
* opts.c (default_options_table): Add entries for
OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
all enabled at -O1 but not for -Og.
* common.opt (fbranch-count-reg): Remove Init(1).
(fmove-loop-invariants): Likewise.
(ftree-pta): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206714 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/opts.c