[obvious] Typo fix in tree-ssa-loop-ivanon.c

* tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
	comment.

From-SVN: r236206
This commit is contained in:
Kyrylo Tkachov 2016-05-13 12:36:01 +00:00 committed by Kyrylo Tkachov
parent f4ca909548
commit 0f33a54eaf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
comment.
2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):

View File

@ -807,7 +807,7 @@ try_unroll_loop_completely (struct loop *loop,
loop->num); loop->num);
return false; return false;
} }
/* Complette unrolling is major win when control flow is removed and /* Complete unrolling is a major win when control flow is removed and
one big basic block is created. If the loop contains control flow one big basic block is created. If the loop contains control flow
the optimization may still be a win because of eliminating the loop the optimization may still be a win because of eliminating the loop
overhead but it also may blow the branch predictor tables. overhead but it also may blow the branch predictor tables.