From 39e9b130b14b564c078d3231c64fd4db803b696f Mon Sep 17 00:00:00 2001 From: ktkachov Date: Fri, 13 May 2016 12:36:01 +0000 Subject: [PATCH] [obvious] Typo fix in tree-ssa-loop-ivanon.c * 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 --- gcc/ChangeLog | 5 +++++ gcc/tree-ssa-loop-ivcanon.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb8b3ac1da44..1a4c15737be3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-13 Kyrylo Tkachov + + * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in + comment. + 2016-05-13 Kyrylo Tkachov * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 9d92276dbbbf..e8f67953231f 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -807,7 +807,7 @@ try_unroll_loop_completely (struct loop *loop, 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. -- 2.47.3