diff options
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.cc')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.cc b/gcc/tree-ssa-loop-ivopts.cc index 549168a..a6f926a 100644 --- a/gcc/tree-ssa-loop-ivopts.cc +++ b/gcc/tree-ssa-loop-ivopts.cc @@ -469,7 +469,7 @@ struct iv_cand bitmap inv_vars; /* The list of invariant ssa_vars used in step of the iv_cand. */ bitmap inv_exprs; /* If step is more complicated than a single ssa_var, - hanlde it as a new invariant expression which will + handle it as a new invariant expression which will be hoisted out of loop. */ struct iv *orig_iv; /* The original iv if this cand is added from biv with smaller type. */ |