]> git.ipfire.org Git - thirdparty/gcc.git/commit
common.opt (fssa-phiopt): New option.
authorRichard Biener <rguenther@suse.de>
Wed, 18 Jun 2014 08:33:44 +0000 (08:33 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 18 Jun 2014 08:33:44 +0000 (08:33 +0000)
commit68f6df73324a1389bce336d55ae94aa58f519997
treecea22e859af7a194868852aa25abe1653a1d9ea2
parent419d45db8e25741704b8ccd06699e4d4cfcfbc4e
common.opt (fssa-phiopt): New option.

2014-06-18  Richard Biener  <rguenther@suse.de>

* common.opt (fssa-phiopt): New option.
* opts.c (default_options_table): Enable -fssa-phiopt with -O1+
but not with -Og.
* tree-ssa-phiopt.c (pass_phiopt): Add gate method.
* doc/invoke.texi (-fssa-phiopt): Document.

From-SVN: r211772
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/opts.c
gcc/tree-ssa-phiopt.c