* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 19 Aug 2005 18:00:25 +0000 (18:00 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 19 Aug 2005 18:00:25 +0000 (14:00 -0400)
From-SVN: r103289

gcc/ChangeLog
gcc/doc/invoke.texi

index 7631710..7b7465a 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR tree-optimization/23048
index caef60b..8e4cb80 100644 (file)
@@ -4960,8 +4960,11 @@ Perform dead code elimination (DCE) on trees.  This flag is enabled by
 default at @option{-O} and higher.
 
 @item -ftree-dominator-opts
-Perform dead code elimination (DCE) on trees.  This flag is enabled by
-default at @option{-O} and higher.
+Perform a variety of simple scalar cleanups (constant/copy
+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
 Perform loop header copying on trees.  This is beneficial since it increases