Commit e75220c8 by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-loop-unswitch.c: Fix a comment typo.

From-SVN: r88101
parent 87880c12
2004-09-25 Kazu Hirata <kazu@cs.umass.edu> 2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-loop-unswitch.c: Fix a comment typo.
2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
* doc/passes.texi: Fix a typo. * 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>
......
...@@ -154,7 +154,7 @@ tree_may_unswitch_on (basic_block bb, struct loop *loop) ...@@ -154,7 +154,7 @@ tree_may_unswitch_on (basic_block bb, struct loop *loop)
/* Simplifies COND using checks in front of the entry of the LOOP. Just very /* Simplifies COND using checks in front of the entry of the LOOP. Just very
simplish (sufficient to prevent us from duplicating loop in unswitching simplish (sufficient to prevent us from duplicating loop in unswitching
unneccesarily). */ unnecessarily). */
static tree static tree
simplify_using_entry_checks (struct loop *loop, tree cond) simplify_using_entry_checks (struct loop *loop, tree cond)
......
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