Commit 8af63653 by Kazu Hirata Committed by Kazu Hirata

* doc/invoke.texi (-ftree-lrs): Remove.

From-SVN: r122141
parent ac02df49
2007-02-19 Kazu Hirata <kazu@codesourcery.com>
* doc/invoke.texi (-ftree-lrs): Remove.
2007-02-19 Diego Novillo <dnovillo@redhat.com> 2007-02-19 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-pre.c (create_value_expr_from): Initialize POOL to * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
......
...@@ -349,7 +349,7 @@ Objective-C and Objective-C++ Dialects}. ...@@ -349,7 +349,7 @@ Objective-C and Objective-C++ Dialects}.
-ftree-pre -ftree-ccp -ftree-dce -ftree-loop-optimize @gol -ftree-pre -ftree-ccp -ftree-dce -ftree-loop-optimize @gol
-ftree-loop-linear -ftree-loop-im -ftree-loop-ivcanon -fivopts @gol -ftree-loop-linear -ftree-loop-im -ftree-loop-ivcanon -fivopts @gol
-ftree-dominator-opts -ftree-dse -ftree-copyrename -ftree-sink @gol -ftree-dominator-opts -ftree-dse -ftree-copyrename -ftree-sink @gol
-ftree-ch -ftree-sra -ftree-ter -ftree-lrs -ftree-fre -ftree-vectorize @gol -ftree-ch -ftree-sra -ftree-ter -ftree-fre -ftree-vectorize @gol
-ftree-vect-loop-version -ftree-salias -fipa-pta -fweb @gol -ftree-vect-loop-version -ftree-salias -fipa-pta -fweb @gol
-ftree-copy-prop -ftree-store-ccp -ftree-store-copy-prop -fwhole-program @gol -ftree-copy-prop -ftree-store-ccp -ftree-store-copy-prop -fwhole-program @gol
--param @var{name}=@var{value} --param @var{name}=@var{value}
...@@ -4758,7 +4758,6 @@ compilation time. ...@@ -4758,7 +4758,6 @@ compilation time.
-ftree-dominator-opts @gol -ftree-dominator-opts @gol
-ftree-dse @gol -ftree-dse @gol
-ftree-ter @gol -ftree-ter @gol
-ftree-lrs @gol
-ftree-sra @gol -ftree-sra @gol
-ftree-copyrename @gol -ftree-copyrename @gol
-ftree-fre @gol -ftree-fre @gol
...@@ -5454,11 +5453,6 @@ defining expression. This results in non-GIMPLE code, but gives the expanders ...@@ -5454,11 +5453,6 @@ defining expression. This results in non-GIMPLE code, but gives the expanders
much more complex trees to work on resulting in better RTL generation. This is much more complex trees to work on resulting in better RTL generation. This is
enabled by default at @option{-O} and higher. enabled by default at @option{-O} and higher.
@item -ftree-lrs
Perform live range splitting during the SSA->normal phase. Distinct live
ranges of a variable are split into unique variables, allowing for better
optimization later. This is enabled by default at @option{-O} and higher.
@item -ftree-vectorize @item -ftree-vectorize
Perform loop vectorization on trees. Perform loop vectorization on trees.
......
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