aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-25 14:04:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-25 14:04:07 +0000
commit87880c1262521b57818fb16ae916e5d5228a98e8 (patch)
tree7bbbdc63b681f5609aa8ebcffbf978f6069809e8 /gcc/doc
parent4dd4c7512e1d49328716810ce245772827f97fb2 (diff)
downloadgcc-87880c1262521b57818fb16ae916e5d5228a98e8.zip
gcc-87880c1262521b57818fb16ae916e5d5228a98e8.tar.gz
gcc-87880c1262521b57818fb16ae916e5d5228a98e8.tar.bz2
* doc/passes.texi: Fix a typo.
From-SVN: r88100
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/passes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index bf0c421..50872f7 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