diff options
author | Yao Qi <yao@codesourcery.com> | 2010-10-04 09:59:54 +0000 |
---|---|---|
committer | Yao Qi <qiyao@gcc.gnu.org> | 2010-10-04 09:59:54 +0000 |
commit | eeb4dfdacf3a27faa5487d7cdc0aea3f0473a0bd (patch) | |
tree | 69030d21703c9eeb9f4eac9d442d4c7e9cfcb8ec /gcc | |
parent | e5b1675528722f816f06359daf618ab9e35f915a (diff) | |
download | gcc-eeb4dfdacf3a27faa5487d7cdc0aea3f0473a0bd.zip gcc-eeb4dfdacf3a27faa5487d7cdc0aea3f0473a0bd.tar.gz gcc-eeb4dfdacf3a27faa5487d7cdc0aea3f0473a0bd.tar.bz2 |
passes.texi: Clean up.
2010-10-04 Yao Qi <yao@codesourcery.com>
* doc/passes.texi: Clean up.
From-SVN: r164929
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72bfaf4..9367b72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index b109f2d..d7984a9 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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 |