]> gcc.gnu.org Git - gcc.git/commit - gcc/common.opt
common.opt (-ftree-forwprop, [...]): New options, enabled by default.
authorRichard Guenther <rguenther@suse.de>
Fri, 15 May 2009 12:26:48 +0000 (12:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 15 May 2009 12:26:48 +0000 (12:26 +0000)
commit248fc9f328f5f1c4d94052c073bdc7699cacb382
tree1818051a5c78b937696e26c156e5645bc99247d6
parent16b29cc4d6294f78af7026dbf5aae68b03531da3
common.opt (-ftree-forwprop, [...]): New options, enabled by default.

2009-05-15  Richard Guenther  <rguenther@suse.de>

* common.opt (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
New options, enabled by default.
* doc/invoke.texi (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
Document.
* tree-ssa-forwprop.c (gate_forwprop): Use flag_tree_forwprop.
* tree-ssa-phiprop.c (gate_phiprop): Use flag_tree_phiprop.
* tree-ssa-structalias.c (gate_tree_pta): New function.
(pass_build_alias): Use it.

From-SVN: r147571
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-phiprop.c
gcc/tree-ssa-structalias.c
This page took 0.055893 seconds and 5 git commands to generate.