* tree-ssa-loop-unswitch.c: Fix a comment typo.
From-SVN: r88101
This commit is contained in:
parent
87880c1262
commit
e75220c8ce
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user