]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes.texi: Clean up.
authorYao Qi <yao@codesourcery.com>
Mon, 4 Oct 2010 09:59:54 +0000 (09:59 +0000)
committerYao Qi <qiyao@gcc.gnu.org>
Mon, 4 Oct 2010 09:59:54 +0000 (09:59 +0000)
2010-10-04  Yao Qi  <yao@codesourcery.com>

        * doc/passes.texi: Clean up.

From-SVN: r164929

gcc/ChangeLog
gcc/doc/passes.texi

index 72bfaf4abd7914190a5fc88081068998be5d3534..9367b72557ecf132bb16d4cbc252914cc3c83ae4 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-04  Yao Qi  <yao@codesourcery.com>
+
+       * doc/passes.texi: Clean up.
+
 2010-10-03  Ian Lance Taylor  <iant@google.com>
 
        * c-typeck.c (lookup_field): If -fplan9-extensions, permit
index b109f2db896b7c65b648a5a73305bba1b9a29ee8..d7984a98fea2686ecf1ad95df1f7f7fa8263f662 100644 (file)
@@ -472,9 +472,8 @@ This pass applies if-conversion to simple loops to help vectorizer.
 We identify if convertible loops, if-convert statements and merge
 basic blocks in one big block.  The idea is to present loop in such
 form so that vectorizer can have one to one mapping between statements
-and available vector operations.  This patch re-introduces COND_EXPR
-at GIMPLE level.  This pass is located in @file{tree-if-conv.c} and is
-described by @code{pass_if_conversion}.
+and available vector operations.  This pass is located in 
+@file{tree-if-conv.c} and is described by @code{pass_if_conversion}.
 
 @item Conditional constant propagation