OSDN Git Service

* doc/passes.texi: Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:04:07 +0000 (14:04 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:04:07 +0000 (14:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88100 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/passes.texi

index f267169..fc369e9 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/passes.texi: Fix a typo.
+
 2004-09-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
        * tree-optimize.c (init_tree_optimization_passes): Add
index bf0c421..50872f7 100644 (file)
@@ -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