Commit 5c1c631e by Diego Novillo Committed by Diego Novillo

* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.

From-SVN: r103289
parent 3d91803a
2005-08-19 Diego Novillo <dnovillo@redhat.com>
* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
2005-08-19 Devang Patel <dpatel@apple.com> 2005-08-19 Devang Patel <dpatel@apple.com>
PR tree-optimization/23048 PR tree-optimization/23048
......
...@@ -4960,8 +4960,11 @@ Perform dead code elimination (DCE) on trees. This flag is enabled by ...@@ -4960,8 +4960,11 @@ Perform dead code elimination (DCE) on trees. This flag is enabled by
default at @option{-O} and higher. default at @option{-O} and higher.
@item -ftree-dominator-opts @item -ftree-dominator-opts
Perform dead code elimination (DCE) on trees. This flag is enabled by Perform a variety of simple scalar cleanups (constant/copy
default at @option{-O} and higher. propagation, redundancy elimination, range propagation and expression
simplification) based on a dominator tree traversal. This also
performs jump threading (to reduce jumps to jumps). This flag is
enabled by default at @option{-O} and higher.
@item -ftree-ch @item -ftree-ch
Perform loop header copying on trees. This is beneficial since it increases Perform loop header copying on trees. This is beneficial since it increases
......
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