aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2016-05-13 12:36:01 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2016-05-13 12:36:01 +0000
commit0f33a54eaf47c27e7234bcf48f1af6fbab6b4c46 (patch)
treea030a8c7d63de2dfd1b3c2b0159df941c920763f /gcc/tree-ssa-loop-ivcanon.c
parentf4ca90954857e1ec388d90cf9e3e77622daff337 (diff)
downloadgcc-0f33a54eaf47c27e7234bcf48f1af6fbab6b4c46.zip
gcc-0f33a54eaf47c27e7234bcf48f1af6fbab6b4c46.tar.gz
gcc-0f33a54eaf47c27e7234bcf48f1af6fbab6b4c46.tar.bz2
[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
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r--gcc/tree-ssa-loop-ivcanon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c
index 9d92276..e8f6795 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.