Commit 87880c12 by Kazu Hirata Committed by Kazu Hirata

* doc/passes.texi: Fix a typo.

From-SVN: r88100
parent 4dd4c751
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> 2004-09-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* tree-optimize.c (init_tree_optimization_passes): Add * tree-optimize.c (init_tree_optimization_passes): Add
......
...@@ -385,7 +385,7 @@ out of the loops. To achieve this, a duplicate of the loop is created for ...@@ -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 each possible outcome of conditional jump(s). The pass is implemented in
@file{tree-ssa-loop-unswitch.c}. This pass should eventually replace the @file{tree-ssa-loop-unswitch.c}. This pass should eventually replace the
rtl-level loop unswitching in @file{loop-unswitch.c}, but currently 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. in tree level alias analysis.
The optimizations also use various utility functions contained in The optimizations also use various utility functions contained in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment