OSDN Git Service

* target.def (target_option.init_struct): New hook.
[pf3gnuchains/gcc-fork.git] / gcc / doc / passes.texi
index b109f2d..d7984a9 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