From: Kazu Hirata Date: Sat, 25 Sep 2004 14:04:07 +0000 (+0000) Subject: * doc/passes.texi: Fix a typo. X-Git-Tag: releases/gcc-4.0.0~4595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87880c1262521b57818fb16ae916e5d5228a98e8;p=thirdparty%2Fgcc.git * doc/passes.texi: Fix a typo. From-SVN: r88100 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f267169a8d90..fc369e923e89 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-25 Kazu Hirata + + * doc/passes.texi: Fix a typo. + 2004-09-25 Zdenek Dvorak * tree-optimize.c (init_tree_optimization_passes): Add diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index bf0c421e9e05..50872f747577 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -385,7 +385,7 @@ out of the loops. To achieve this, a duplicate of the loop is created for each possible outcome of conditional jump(s). The pass is implemented in @file{tree-ssa-loop-unswitch.c}. This pass should eventually replace the rtl-level loop unswitching in @file{loop-unswitch.c}, but currently -the rtl-level pass is not completely redundant yet due to deficiences +the rtl-level pass is not completely redundant yet due to deficiencies in tree level alias analysis. The optimizations also use various utility functions contained in