diff options
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 8dc65881..72e3ff9 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -5543,7 +5543,7 @@ may_eliminate_iv (struct ivopts_data *data, return false; /* Sometimes, it is possible to handle the situation that the number of - iterations may be zero unless additional assumtions by using < + iterations may be zero unless additional assumptions by using < instead of != in the exit condition. TODO: we could also calculate the value MAY_BE_ZERO ? 0 : NITER and |