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

From-SVN: r88101
This commit is contained in:
Kazu Hirata 2004-09-25 14:19:02 +00:00 committed by Kazu Hirata
parent 87880c1262
commit e75220c8ce
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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
simplish (sufficient to prevent us from duplicating loop in unswitching
unneccesarily). */
unnecessarily). */
static tree
simplify_using_entry_checks (struct loop *loop, tree cond)