diff options
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
-rw-r--r-- | gcc/tree-ssa-loop-niter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 587e943..622d18a 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -4505,7 +4505,7 @@ n_of_executions_at_most (gimple *stmt, /* By stmt_dominates_stmt_p we already know that STMT appears before NITER_BOUND->STMT. Still need to test that the loop - can not be terinated by a side effect in between. */ + cannot be terinated by a side effect in between. */ for (bsi = gsi_for_stmt (stmt); gsi_stmt (bsi) != niter_bound->stmt; gsi_next (&bsi)) if (gimple_has_side_effects (gsi_stmt (bsi))) |