* tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236206
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
loop->num);
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
the optimization may still be a win because of eliminating the loop
overhead but it also may blow the branch predictor tables.