diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 14:04:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 14:04:07 +0000 |
commit | 4d29e6d13534633221271e82b0f7d132bdd6faa2 (patch) | |
tree | 7bbbdc63b681f5609aa8ebcffbf978f6069809e8 /gcc/doc/passes.texi | |
parent | 2ddee53c9aca8643d17847b15409f28119b55f26 (diff) | |
download | gcc-4d29e6d13534633221271e82b0f7d132bdd6faa2.tar.gz |
* doc/passes.texi: Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | gcc/doc/passes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index bf0c421e9e0..50872f74757 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 |